Skip to content

Commit 8a63c88

Browse files
committed
Update 001.simba
1 parent 50d39c3 commit 8a63c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/001.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ begin
1919
img := TImage.Create(PATH + mode + FILENAME);
2020
Target.SetImage(img);
2121

22-
RSClient.Mode := RSClient.DetectClientMode();
22+
RSClient.Mode := RSClient.DetectMode();
2323
SetupInterfaces();
2424

2525
Assert(Inventory.IsOpen());

0 commit comments

Comments
 (0)