summaryrefslogtreecommitdiffstats
path: root/instruments/tests
diff options
context:
space:
mode:
Diffstat (limited to 'instruments/tests')
-rw-r--r--instruments/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruments/tests/test_models.py b/instruments/tests/test_models.py
index 4bf05f8..9b82629 100644
--- a/instruments/tests/test_models.py
+++ b/instruments/tests/test_models.py
@@ -17,7 +17,7 @@ def test_data():
def test_sop():
user = TeamUser.objects.create_user(email="ming@mingy.com")
- sop = SOP.objects.create(
+ SOP.objects.create(
name="SOP 1",
designation="SOP1",
sp_link="https://example.com",