Remove a test that is still to be implemented

This commit is contained in:
Ramon Wenger 2024-02-22 15:31:30 +01:00
parent 6012d4d59d
commit 9f4ab3fe84
1 changed files with 0 additions and 3 deletions

View File

@ -185,9 +185,6 @@ class TestAddHighlight:
)
assert result.errors is not None
def test_add_highlight_in_instrument(self, teacher, get_client):
assert 1 == 0
def test_add_highlight_in_module(self, teacher, get_client):
module = ModuleFactory()
client = get_client(teacher)