Skip to content

Commit 3979631

Browse files
authored
test: fix engine length in nightly (#113)
1 parent 4ffd909 commit 3979631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/v2/engine.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe.each([
109109
});
110110

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

114114
const database = await firebolt.resourceManager.database.create(
115115
name,

0 commit comments

Comments
 (0)