Skip to content

Commit 20862aa

Browse files
committed
Fixups
1 parent 2ea5a23 commit 20862aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/test/java/com/google/cloud/dataflow/sdk/io/PubsubUnboundedSourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public void readManyMessages() throws IOException {
329329
}
330330

331331
@Test
332-
public void testNullTopic() throws Exception {
332+
public void testNullSubscription() throws Exception {
333333
factory = PubsubTestClient.createFactoryForPublish(
334334
TOPIC, ImmutableList.<OutgoingMessage>of(), ImmutableList.<OutgoingMessage>of());
335335
TestPipeline p = TestPipeline.create();

0 commit comments

Comments
 (0)