Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Nov 18, 2024
1 parent b1f1d54 commit 815fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/test/Ice/idleTimeout/AllTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private static async Task testNoIdleTimeout(string proxyString, Properties prope
test(connection is not null);

await p.sleepAsync(2000); // the implementation in the server sleeps for 2,000ms
await connection.closeAsync();
await connection!.closeAsync();
output.WriteLine("ok");
}
}

0 comments on commit 815fb96

Please sign in to comment.