Skip to content

Commit

Permalink
why is this one test failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed May 25, 2022
1 parent 507a767 commit 788a2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client.int.test.ts
Expand Up @@ -88,7 +88,7 @@ describe('Client (integration)', () => {
}
});

it('throws an error on a non-existent file', async function () {
it.only('throws an error on a non-existent file', async function () {
const client = new Client({ projectID: projectID });

try {
Expand Down

0 comments on commit 788a2dc

Please sign in to comment.