Skip to content

Commit

Permalink
build: adopt CI changes and generator formatting (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 22, 2020
1 parent 67366bd commit 705a62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-analysis/snippets/test/containerAnalysis.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ describe('pubsub', () => {
await client.getGrafeasClient().createNote(pubSubNoteReq);
});

it('should get count of occurrences from pubsub topic', async function() {
it('should get count of occurrences from pubsub topic', async function () {
this.retries(3);
await delay(this.test);

Expand Down Expand Up @@ -389,7 +389,7 @@ describe('pubsub', () => {
assert.match(output, /Polled [1-9]+ occurrences/);
});

it('should delete the pubsub subscription', async function() {
it('should delete the pubsub subscription', async function () {
this.retries(3);
await delay(this.test);

Expand Down

0 comments on commit 705a62a

Please sign in to comment.