Skip to content

Commit 36a7256

Browse files
authored
Fix up test init example
1 parent ecbcae2 commit 36a7256

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)