Skip to content

Commit 28e87f5

Browse files
committed
sync
1 parent 9578c40 commit 28e87f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
import pytest
12

23

3-
def test_write_single_message(driver, topic_path):
4-
print(topic_path)
4+
@pytest.mark.asyncio
5+
class TesttopicWriter:
6+
async def test_send_message(self, driver):
7+
pass
8+

0 commit comments

Comments
 (0)