This commit is contained in:
CocoByte 2024-09-08 16:17:48 -06:00
parent 0d0ef31382
commit b78e76a098
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -553,6 +553,4 @@ class TestPortfolio(WebTest):
self.assertEqual(response.status_code, 200)
# Test for widescreen modifier
self.assertContains(
response, "--widescreen"
)
self.assertContains(response, "--widescreen")