Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename test data to CloseStatuses
Co-authored-by: Natalia Kondratyeva <[email protected]>
  • Loading branch information
IDisposable and CarnaViire committed Mar 30, 2023
commit 76f873ad5218cadf3598e880f4770e55d1121e99
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public WebSocketCloseTests()

public CancellationToken CancellationToken => _cancellation?.Token ?? default;

public static object[][] ClosesData = {
public static object[][] CloseStatuses = {
new object[] { WebSocketCloseStatus.EndpointUnavailable },
new object[] { WebSocketCloseStatus.InternalServerError },
new object[] { WebSocketCloseStatus.InvalidMessageType},
Expand Down