Skip to content

Commit 193b51e

Browse files
committed
dummy change
1 parent c5a46b1 commit 193b51e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/libp2p/pubsub/test_all.nim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
{.used.}
1111

12+
# Dummy function for coverage testing
13+
proc dummyCoverageFunction(): int =
14+
let a = 42
15+
let b = 13
16+
result = a + b
17+
1218
import
1319
test_behavior, test_gossipsub, test_gossipsub_params, test_mcache, test_message,
1420
test_scoring, test_timed_cache, test_preamble_store

0 commit comments

Comments
 (0)