Add failing unit test

This commit is contained in:
Ramon Wenger 2024-02-26 10:50:37 +01:00
parent d288ea42bf
commit 80f299264e
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ class TestAddHighlight:
) )
assert result.errors is not None 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): def test_add_highlight_in_module(self, teacher, get_client):
module = ModuleFactory() module = ModuleFactory()
client = get_client(teacher) client = get_client(teacher)