Skip to content

Commit 69ee33a

Browse files
committed
clean up test
1 parent 6563477 commit 69ee33a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/tests/unit/test_feature_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def test_push_online_async_supported(online_write, push_mode, async_count, envir
3737
)
3838

3939
provider = FooProvider.with_async_support(online_write=online_write)
40-
print(provider.async_supported.online.write)
4140
with patch.object(FeatureStore, "_get_provider", return_value=provider):
4241
fs = environment.feature_store
4342
fs.push = MagicMock()

0 commit comments

Comments
 (0)