Skip to content

Commit

Permalink
add debug to failing ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Sep 24, 2024
1 parent 594d5be commit 5614e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnitTests/PubnubApi.Tests/WhenFileIsRequested.cs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public static void ThenListFilesShouldReturnSuccess()
pubnub.Destroy();
pubnub.PubnubUnitTest = null;
pubnub = null;
Assert.IsTrue(receivedMessage, "WhenFileIsRequested -> ThenListFilesShouldReturnSuccess failed.");
Assert.IsTrue(receivedMessage, $"WhenFileIsRequested -> ThenListFilesShouldReturnSuccess failed. DUMP: {PubnubCommon.TEMP_DebugDump()}");
}

[Test]
Expand Down

0 comments on commit 5614e6a

Please sign in to comment.