Add failing unit test
This commit is contained in:
parent
d288ea42bf
commit
80f299264e
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue