Skip to content

Commit a26fae8

Browse files
committed
Update test.download.ts
1 parent 5075a50 commit a26fae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe(__filename, () => {
7878
assert.strictEqual(shouldUpdate, false);
7979
});
8080

81-
it.only('should download the discovery docs', async () => {
81+
it('should download the discovery docs', async () => {
8282
const scopes = [
8383
nock(
8484
'https://raw.githubusercontent.com/googleapis/discovery-artifact-manager/master/discoveries'

0 commit comments

Comments
 (0)