Skip to content

Commit

Permalink
CI: fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timwie committed Oct 3, 2024
1 parent b51b817 commit 2cc5f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests_kani.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{Serial, ArchivedSerial};
use super::*;

#[kani::proof]
fn check_increase() {
Expand Down
2 changes: 1 addition & 1 deletion src/tests_prop.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{ArchivedSerial, Serial};
use super::*;
use proptest::prelude::*;
use proptest_arbitrary_interop::arb;

Expand Down

0 comments on commit 2cc5f93

Please sign in to comment.