mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
6 lines
164 B
Python
6 lines
164 B
Python
def test_go_libp2p_placeholder():
|
|
"""
|
|
Placeholder test for go-libp2p interop tests.
|
|
"""
|
|
assert True, "Placeholder test for go-libp2p interop tests"
|