Skip to content

Commit

Permalink
chore: remove commented code in subscriptions.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind authored Jan 10, 2024
1 parent 9ca775d commit 499e623
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/system-test/subscriptions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ describe('subscriptions', () => {
assert(subInfo.name === fullSubName(subName));
const [meta] = await subInfo.getMetadata();
assert(meta.pushConfig!.noWrapper!.writeMetadata === true);
/*const [subscriptions] = await pubsub.topic(topic.name).getSubscriptions();
assert(subscriptions.some(s => s.name === fullSubName(subName)));*/
});

it('should create a BigQuery subscription', async () => {
Expand Down

0 comments on commit 499e623

Please sign in to comment.