Skip to content

Commit

Permalink
Fix PreferencesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 3, 2025
1 parent f3ea15b commit 358366d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void setup(@TempDir Path tempDir) {
fail(ex);
}

m_inst.startServer(filepath.toString(), "", 0, 0);
m_inst.startServer(filepath.toString(), "", 0);
try {
int count = 0;
while (m_inst.getNetworkMode().contains(NetworkTableInstance.NetworkMode.kStarting)) {
Expand Down

0 comments on commit 358366d

Please sign in to comment.