Skip to content

Commit 2cb90b5

Browse files
committed
Add assertion that actual heartbeat timeout has been updated with the server value.
1 parent 276c9a6 commit 2cb90b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/Test/Integration/GH/TestGitHubIssues.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ public async Task TestHeartbeatTimeoutValue_GH1756()
128128
};
129129

130130
_conn = await connectionFactory.CreateConnectionAsync("some-name");
131+
132+
Assert.True(_conn.Heartbeat != default);
131133
}
132134
}
133135
}

0 commit comments

Comments
 (0)