MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / counter_with_bug

Function counter_with_bug

fendermint/testing/src/smt.rs:322–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 #[test]
321 #[should_panic]
322 fn counter_with_bug() {
323 let t = CounterStateMachine { buggy: true };
324 fixed_size_builder(512).run(|u| super::run(u, &t, 100))
325 }
326
327 /// Test the equivalent of:
328 ///

Callers

nothing calls this directly

Calls 3

fixed_size_builderFunction · 0.85
runFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected