Skip to content

Commit

Permalink
Remove redundant and faulty test schema (#3736)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn authored Dec 23, 2024
1 parent 25e660e commit ad01dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 158 deletions.
2 changes: 1 addition & 1 deletion tests/litestar/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from litestar import Litestar, Request
from litestar.di import Provide
from strawberry.litestar import make_graphql_controller
from tests.litestar.schema import schema
from tests.views.schema import schema


def custom_context_dependency() -> str:
Expand Down
157 changes: 0 additions & 157 deletions tests/litestar/schema.py

This file was deleted.

0 comments on commit ad01dc5

Please sign in to comment.