Skip to content

Commit

Permalink
test(oracledb): incorrect test validation for oracledb
Browse files Browse the repository at this point in the history
  • Loading branch information
gabolera committed Jun 5, 2024
1 parent 1b87721 commit 963b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration2/schema/checks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Checks', () => {
tester(
['oracledb'],
[
'create table "check_test" ("name" varchar2(255) check ("name" LIKE \'%val%\'))',
'create table "check_test" ("col1" varchar2(255), "col2" varchar2(255), check ("col1" = "col2"))',
]
);
tester('mysql', [
Expand Down

0 comments on commit 963b04c

Please sign in to comment.