mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
6 lines
167 B
Python
6 lines
167 B
Python
def test_zig_libp2p_placeholder():
|
|
"""
|
|
Placeholder test for zig-libp2p interop tests.
|
|
"""
|
|
assert True, "Placeholder test for zig-libp2p interop tests"
|