mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-04-02 20:11:28 +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"
|