Skip to content

Commit

Permalink
Add assertion that actual heartbeat timeout has been updated with the…
Browse files Browse the repository at this point in the history
… server value.
  • Loading branch information
lukebakken committed Jan 24, 2025
1 parent 276c9a6 commit 2cb90b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/Test/Integration/GH/TestGitHubIssues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ public async Task TestHeartbeatTimeoutValue_GH1756()
};

_conn = await connectionFactory.CreateConnectionAsync("some-name");

Assert.True(_conn.Heartbeat != default);
}
}
}

0 comments on commit 2cb90b5

Please sign in to comment.