Skip to content

Commit

Permalink
fix: Add topic creation to SubscriberTest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopremier committed Nov 26, 2024
1 parent 9373bb1 commit b96ff02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class SubscriberTest : AutoCloseable {

@Before
fun setup() {
emulatorClient.createTopic(projectId, topicId)
emulatorClient.createSubscription(projectId, subscriptionId, topicId)
}

Expand Down

0 comments on commit b96ff02

Please sign in to comment.