Skip to content

Commit cb839d2

Browse files
committed
fix
1 parent 2beaf8b commit cb839d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/submissions/tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_slug_is_not_regenerated_when_changing_title():
2323

2424
submission.refresh_from_db()
2525

26-
assert submission.slug == "hello"
26+
assert submission.slug == "ciao"
2727

2828

2929
def test_syncs_pending_status_when_changing_status():

0 commit comments

Comments
 (0)