Created
February 25, 2023 05:41
-
-
Save olegakbarov/cb5894c291a0baea937b2d5910529fae to your computer and use it in GitHub Desktop.
Revisions
-
olegakbarov created this gist
Feb 25, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ ➜ block-watcher git:(master) ✗ cargo test Compiling block_watcher v0.1.0 (/Users/venge/Code/rust-repos/block-watcher) Finished test [unoptimized + debuginfo] target(s) in 0.43s Running unittests src/main.rs (target/debug/deps/block_watcher-100757d094facdb0) running 2 tests test state::tests::test_add_noteworthy_address ... ok test state::tests::test_add_abi ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s