Skip to content

Commit

Permalink
test: Use err to log for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Oct 8, 2024
1 parent 9ae0508 commit 00cbdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/src/test/java/pubsub/SubscriberIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void setUp() throws Exception {
.build();
Subscription createdSubscriptionEod =
subscriptionAdminClient.createSubscription(subscriptionEod);
System.out.println("Created subscription: " + createdSubscriptionEod.getName());
System.err.println("Created subscription: " + createdSubscriptionEod.getName());
}
}

Expand Down

0 comments on commit 00cbdd4

Please sign in to comment.