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