Skip to content

Commit 6b366ce

Browse files
elpielsimzzz
andauthored
test_harness - fix PR review comment
Co-authored-by: Simeon Nakov <[email protected]>
1 parent 90bdde2 commit 6b366ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_harness/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ mod tests {
10251025
.expect("Should have a Heartbeat in Leader for the Campaign 2 channel");
10261026

10271027
// Channel 3
1028-
let _channel_2_heartbeat = leader_sentry
1028+
let _channel_3_heartbeat = leader_sentry
10291029
.get_our_latest_msg(CAMPAIGN_3.channel.id(), &["Heartbeat"])
10301030
.await
10311031
.expect("Should fetch Heartbeat from Leader")

0 commit comments

Comments
 (0)