Skip to content

Commit 89cb8c0

Browse files
AkMo3lla-dane
authored andcommitted
fix: check forced failure for nim interop
1 parent d97b860 commit 89cb8c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/interop/nim_libp2p/test_echo_interop.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ async def run_echo_test(server_addr: str, messages: list[str]):
147147
logger.info(f"Got echo: {response}")
148148
responses.append(response)
149149

150+
assert False, "FORCED FAILURE"
151+
150152
# Verify echo
151153
assert message == response, (
152154
f"Echo failed: sent {message!r}, got {response!r}"

0 commit comments

Comments
 (0)