Skip to content

Commit 0a97c26

Browse files
authored
Update test_live_commands.py
1 parent 3cae664 commit 0a97c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_live_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def broadcast(organization_id, command, **kwargs):
3535

3636
TEST_CASES = [
3737
('Py', 'live_command.py'),
38-
('C#', 'LiveCommand.cs')
38+
#('C#', 'LiveCommand.cs')
3939
]
4040
# Test suite:
4141
class TestLiveCommands:

0 commit comments

Comments
 (0)