Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Sep 17, 2024
1 parent 81d4017 commit 92cc088
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ def test_schema_with_default_page_interface(self):
results["data"]["__type"]["interfaces"], [{"name": "PageInterface"}]
)

@override_settings(GRAPPLE={"PAGE_INTERFACE": "testapp.interfaces.CustomPageInterface"})
@override_settings(
GRAPPLE={"PAGE_INTERFACE": "testapp.interfaces.CustomPageInterface"}
)
def test_get_page_interface_with_custom_page_interface(self):
self.assertIs(get_page_interface(), CustomPageInterface)

Expand Down

0 comments on commit 92cc088

Please sign in to comment.