Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 22, 2024
1 parent 5f17671 commit ef7706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe(__filename, () => {
scopes.forEach(s => s.done());
});

it.only('should ignore changes to schemas that only have revision changes', async () => {
it('should ignore changes to schemas that only have revision changes', async () => {
const scopes = [
nock(
'https://raw.githubusercontent.com/googleapis/discovery-artifact-manager/master/discoveries'
Expand Down

0 comments on commit ef7706a

Please sign in to comment.