Skip to content

Commit 7a246d9

Browse files
fix lint
1 parent b985509 commit 7a246d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/load.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ describe("load", function () {
322322
return expect(loadWithInvalidTagFilter).to.eventually.rejectedWith("Tag filter must follow the format \"tagName=tagValue\"");
323323
});
324324

325-
326325
it("should override config settings with same key but different label", async () => {
327326
const connectionString = createMockedConnectionString();
328327
const settings = await load(connectionString, {

0 commit comments

Comments
 (0)