@@ -88,7 +88,7 @@ void onImageFolderOpened_WhenImageFileChanges_ShouldForceReloadFolder(FxRobot ro
8888 saveScreenshot (testinfo ));
8989
9090 // Verify that exactly one Image file change watcher thread is running:
91- timeOutAssertThreadCount (robot , "ImageFileChangeWatcher" , 1 , testinfo );
91+ timeOutAssertThreadCount ("ImageFileChangeWatcher" , 1 , testinfo );
9292
9393 // Rename the loaded image file:
9494 Assertions .assertDoesNotThrow (() -> Files .move (tempDir .toPath ().resolve ("foo.jpg" ),
@@ -105,7 +105,7 @@ void onImageFolderOpened_WhenImageFileChanges_ShouldForceReloadFolder(FxRobot ro
105105
106106 verifyThat (model .getCurrentImageFile (), Matchers .equalTo (tempDir .toPath ().resolve ("bar.jpg" ).toFile ()),
107107 saveScreenshot (testinfo ));
108- timeOutAssertThreadCount (robot , "ImageFileChangeWatcher" , 1 , testinfo );
108+ timeOutAssertThreadCount ("ImageFileChangeWatcher" , 1 , testinfo );
109109
110110 timeOutAssertNoTopModelStage (robot , testinfo );
111111
@@ -129,7 +129,7 @@ void onImageFolderOpened_WhenImageFileChanges_ShouldForceReloadFolder(FxRobot ro
129129
130130 WaitForAsyncUtils .waitForFxEvents ();
131131
132- timeOutAssertThreadCount (robot , "ImageFileChangeWatcher" , 0 , testinfo );
132+ timeOutAssertThreadCount ("ImageFileChangeWatcher" , 0 , testinfo );
133133
134134 verifyThat (model .containsImageFiles (), Matchers .is (false ), saveScreenshot (testinfo ));
135135 verifyThat (mainView .isWorkspaceVisible (), Matchers .is (false ), saveScreenshot (testinfo ));
@@ -143,7 +143,7 @@ void onImageFolderOpened_WhenImageFileChanges_ShouldForceReloadFolder(FxRobot ro
143143
144144 WaitForAsyncUtils .waitForFxEvents ();
145145
146- timeOutAssertThreadCount (robot , "ImageFileChangeWatcher" , 0 , testinfo );
146+ timeOutAssertThreadCount ("ImageFileChangeWatcher" , 0 , testinfo );
147147 }
148148
149149 private void verifyNodeVisibilities (TestInfo testinfo ) {
0 commit comments