Skip to content

Commit

Permalink
test: fix engine length in nightly (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jul 17, 2024
1 parent 4ffd909 commit 3979631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/v2/engine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe.each([
});

const connection = await firebolt.connect(connectionOptions);
const name = `${process.env.FIREBOLT_DATABASE}_create_delete`;
const name = `${process.env.FIREBOLT_DATABASE}_create_del`;

const database = await firebolt.resourceManager.database.create(
name,
Expand Down

0 comments on commit 3979631

Please sign in to comment.