Skip to content

Commit ef7706a

Browse files
committed
remove only
1 parent 5f17671 commit ef7706a

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
@@ -107,7 +107,7 @@ describe(__filename, () => {
107107
scopes.forEach(s => s.done());
108108
});
109109

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

0 commit comments

Comments
 (0)