Skip to content

Commit

Permalink
Fixed a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Dec 20, 2024
1 parent f8dd089 commit 179900f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_empty_stage_inputs():
bucketfs_location: Union[AbstractBucketFSLocation, MagicMock] = create_autospec(
AbstractBucketFSLocation
)
with pytest.raises(AssertionError, match="Empty sql_stage_inputs not allowed."):
with pytest.raises(AssertionError, match="Empty sql_stage_inputs are not allowed."):
SQLStageQueryHandlerInput(
sql_stage_inputs=[], result_bucketfs_location=bucketfs_location
)
Expand Down

0 comments on commit 179900f

Please sign in to comment.