Skip to content

Commit b5065f6

Browse files
authored
remove test.only
1 parent edd96a9 commit b5065f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ test("throw exception when query is respond as failed", async () => {
313313
);
314314
});
315315

316-
test.only("If empty string is returned from AthenaSDK, it will be returned as an empty string", async () => {
316+
test("If empty string is returned from AthenaSDK, it will be returned as an empty string", async () => {
317317
athenaMock
318318
.on(StartQueryExecutionCommand)
319319
.resolves({ QueryExecutionId: "test-QueryExecutionId" })

0 commit comments

Comments
 (0)