We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d39c3 commit 8a63c88Copy full SHA for 8a63c88
tests/001.simba
@@ -19,7 +19,7 @@ begin
19
img := TImage.Create(PATH + mode + FILENAME);
20
Target.SetImage(img);
21
22
- RSClient.Mode := RSClient.DetectClientMode();
+ RSClient.Mode := RSClient.DetectMode();
23
SetupInterfaces();
24
25
Assert(Inventory.IsOpen());
0 commit comments