Skip to content

Commit 0fa6bfd

Browse files
committed
Remove placeholder test for export_production in TestProductionOperations class
1 parent f9e0c2f commit 0fa6bfd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests/test_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ class TestComponent:
111111
mock_register.assert_called_once()
112112
mock_prod.assert_called_once()
113113

114-
def test_export_production(self):
115-
# TODO: Implement this test
116-
pass
117114

118115
class TestSchemaOperations:
119116
def test_register_message_schema(self):

0 commit comments

Comments
 (0)