Skip to content

Commit

Permalink
Fix the topic name in the samples (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Sep 21, 2018
1 parent 109bd40 commit 20299ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/system-test/quickstart.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test.after.always(() => {
});

test.cb(`should create a topic`, t => {
const expectedTopicName = `my-new-topic`;
const expectedTopicName = `my-topic`;
const pubsubMock = {
createTopic: _topicName => {
t.is(_topicName, expectedTopicName);
Expand Down

0 comments on commit 20299ba

Please sign in to comment.