From 6d370b0a12b6c52002ed7f191bfc057c7d9012d0 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 29 Jun 2022 12:37:22 -0400 Subject: [PATCH] dont skip test_setting_stream_fields --- tests/integration/claims/test_claim_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/claims/test_claim_commands.py b/tests/integration/claims/test_claim_commands.py index 69770b561..a8cc1eaf0 100644 --- a/tests/integration/claims/test_claim_commands.py +++ b/tests/integration/claims/test_claim_commands.py @@ -1681,7 +1681,6 @@ class StreamCommands(ClaimTestCase): self.assertEqual(tx['txid'], files[0]['txid']) self.assertEqual(expected, files[0]['metadata']) - @skip async def test_setting_stream_fields(self): values = { 'title': "Cool Content",