Skip to content

Commit ddf68d8

Browse files
committed
fixing unittest
1 parent f22095a commit ddf68d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VirtualClient/VirtualClient.Dependencies.UnitTests/MySqlServer/MySQLServerConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public async Task MySQLConfigurationExecutesTheExpectedProcessForRaiseMaxStateme
273273

274274
string[] expectedCommands =
275275
{
276-
$"python3 {this.packagePath}/set-global-variables.py --variables MAX_PREPARED_STMT_COUNT=100000;MAX_CONNECTIONS=1024",
276+
$"python3 {this.packagePath}/set-global-variables.py --variables \"MAX_PREPARED_STMT_COUNT=100000;MAX_CONNECTIONS=1024\"",
277277
};
278278

279279
int commandNumber = 0;

0 commit comments

Comments
 (0)