Skip to content

Commit e9f1e93

Browse files
committed
Tests - Execute Command DCL execution verifiction (Oracle)
1 parent e108ab4 commit e9f1e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryDB.Core.Tests/OracleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public void Test_Oracle_ExecuteCommand_DML_Unsupported_SELECT_Queries()
411411
public void Test_Oracle_ExecuteCommand_DCL_Queries()
412412
{
413413
var user = "TEST_USER";
414-
var password = "Test@1234";
414+
var password = "Test123456";
415415
var table = "AGENTS";
416416
var commands = "SELECT, UPDATE";
417417
var checkCommand = "SELECT";

0 commit comments

Comments
 (0)