Remove a test that is still to be implemented
This commit is contained in:
parent
6012d4d59d
commit
9f4ab3fe84
|
|
@ -185,9 +185,6 @@ 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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue