Skip to content

Commit 13fc246

Browse files
committed
fix: update feed name prefix
1 parent 57a84c7 commit 13fc246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/feeds/test_feeds_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/ "test_files"
2020
/ "sample-measurement_0.5.0_windows_x64.nipkg"
2121
)
22-
PREFIX = "Feeds Client Test -"
22+
PREFIX = "Feeds Client Test - "
2323

2424

2525
@pytest.fixture(scope="class")

0 commit comments

Comments
 (0)