We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62f5ab commit 4466b70Copy full SHA for 4466b70
google-cloud-spanner/src/test/java/com/google/cloud/spanner/ReadAsyncTest.java
@@ -201,9 +201,9 @@ public void invalidDatabase() {
201
}
202
203
@Test
204
- public void tableNotFound() throws Exception {
+ public void tableNotFound() {
205
mockSpanner.setStreamingReadExecutionTime(
206
- SimulatedExecutionTime.ofException(
+ SimulatedExecutionTime.ofStickyException(
207
Status.NOT_FOUND
208
.withDescription("Table not found: BadTableName")
209
.asRuntimeException()));
0 commit comments