diff --git a/contracts/predictify-hybrid/src/test.rs b/contracts/predictify-hybrid/src/test.rs index d93024f8..59017be5 100644 --- a/contracts/predictify-hybrid/src/test.rs +++ b/contracts/predictify-hybrid/src/test.rs @@ -17,7 +17,7 @@ #![cfg(test)] -use crate::events::PlatformFeeSetEvent; +use crate::events::{BetPlacedEvent, PlatformFeeSetEvent}; use super::*; use crate::markets::MarketUtils; @@ -3880,4 +3880,4 @@ fn test_event_history_entry_no_private_data_leakage() { assert!(e.end_time > 0); assert!(e.category.len() > 0); // EventHistoryEntry has no .votes, .stakes, .claimed, .admin - type guarantees no leakage -} \ No newline at end of file +} diff --git a/docs/test-output/bet-deadline-coverage.txt b/docs/test-output/bet-deadline-coverage.txt new file mode 100644 index 00000000..1c0c217c Binary files /dev/null and b/docs/test-output/bet-deadline-coverage.txt differ diff --git a/docs/test-output/bet-deadline-tests.txt b/docs/test-output/bet-deadline-tests.txt new file mode 100644 index 00000000..ca32b65a Binary files /dev/null and b/docs/test-output/bet-deadline-tests.txt differ