Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonwang-db committed Jan 23, 2025
1 parent 437f0a5 commit f6a66c1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ class PythonStreamingDataSourceSuite extends PythonDataSourceSuiteBase {
)
)
assert(err.getMessage.contains(msg))
assert(err.getMessage.contains("ErrorDataSource"))
stream.stop()
}

Expand Down Expand Up @@ -728,7 +727,6 @@ class PythonStreamingDataSourceSuite extends PythonDataSourceSuiteBase {
)
)
assert(err.getMessage.contains(msg))
assert(err.getMessage.contains("ErrorDataSource"))
stream.stop()
}

Expand Down

0 comments on commit f6a66c1

Please sign in to comment.