Skip to content

Commit 3c7ed9d

Browse files
committed
Accept changed error with newer client
1 parent f55c134 commit 3c7ed9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/currentSchema.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ describe('191. currentSchema.js', function() {
8989

9090
await testsUtil.assertThrowsAsync(
9191
async () => await setInvalidSchema(),
92-
/ORA-01435/
92+
/ORA-01435|ORA-28726/
9393
);
9494
// ORA-01435: user does not exist
95+
// ORA-28726: set current schema operation failed
9596

9697
}); // 191.3
9798

0 commit comments

Comments
 (0)