Skip to content

Commit

Permalink
fix: testing after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
FlickerSoul committed Nov 15, 2023
1 parent 44740fe commit 76e6348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gs_connect/gui_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async def test_autograder_upload(
).run_test() as pilot: # type: Pilot
await pilot.pause()

upload_screen = pilot.app.query_one("AutograderUpload")
upload_screen = pilot.app.query_one("AutograderUploadScreen")
assert isinstance(upload_screen, AutograderUploadScreen)

success_callback_spy: MagicMock = mocker.spy(
Expand Down

0 comments on commit 76e6348

Please sign in to comment.