Skip to content

Commit 38b0e8e

Browse files
author
anouar.hassine
committed
Fixing integration test
1 parent f538aee commit 38b0e8e

File tree

1 file changed

+1
-1
lines changed
  • docker/integration_tests/XCProjects/HelloWorldV5/CreateInstancesReactiveApi/CreateInstances

1 file changed

+1
-1
lines changed

docker/integration_tests/XCProjects/HelloWorldV5/CreateInstancesReactiveApi/CreateInstances/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private static void TestGetSnapshotWithFilter(
161161

162162
for (int i = 0; i < NumberOfInstances; i++)
163163
{
164-
var filter = $"OriginatorName == toto{i}";
164+
var filter = $"OriginatorName == \"toto{i}\"";
165165
var instances = publisher.GetSnapshot(ResponseStateMachineName, filter);
166166

167167
if (instances == null)

0 commit comments

Comments
 (0)