Skip to content

Commit

Permalink
test the test
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 13, 2024
1 parent 2df233f commit c07f51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/tests/test_level_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def test_level_of_anonymised_student_is_hidden(self):

# Check teacher can see student's shared level
levels_url = reverse("levels")
assert levels_url = "just testing"
response = self.client.get(levels_url)
assert len(response.context["directly_shared_levels"]) == 1

Expand Down

0 comments on commit c07f51b

Please sign in to comment.