Skip to content

Commit 2d183bb

Browse files
authored
Merge pull request #132 from sebasmagri/KodrAus-patch-1
Fix up test init example
2 parents ecbcae2 + 36a7256 commit 2d183bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@
157157
//!
158158
//! #[test]
159159
//! fn it_works() {
160+
//! init();
161+
//!
160162
//! info!("This record will be captured by `cargo test`");
161163
//!
162164
//! assert_eq!(2, 1 + 1);

0 commit comments

Comments
 (0)