Skip to content

Commit

Permalink
Fix typo in WebsocketTests comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Apr 11, 2022
1 parent 24717f9 commit c9b050a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/web3swiftTests/remoteTests/WebsocketTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class WebsocketTests: XCTestCase {
}
}

// FIXME: Occasionaly fails on ci/cd
// FIXME: Occasionally fails on ci/cd
// func testSubscribeOnPendingTXs() {
// guard let socketProvider = InfuraWebsocketProvider.connectToInfuraSocket(.Mainnet, delegate: spyDelegate) else {
// return XCTFail()
Expand All @@ -108,7 +108,7 @@ class WebsocketTests: XCTestCase {
// }
// }

// FIXME: Occasionaly fails on ci/cd
// FIXME: Occasionally fails on ci/cd
// func testSubscribeOnLogs() {
// guard let socketProvider = InfuraWebsocketProvider.connectToInfuraSocket(.Mainnet, delegate: spyDelegate) else {
// return XCTFail()
Expand All @@ -133,7 +133,7 @@ class WebsocketTests: XCTestCase {
// }
// }

// FIXME: Occasionaly fails on ci/cd
// FIXME: Occasionally fails on ci/cd
// func testSubscribeOnNewHeads() {
// guard let socketProvider = InfuraWebsocketProvider.connectToInfuraSocket(.Mainnet, delegate: spyDelegate) else {
// return XCTFail()
Expand Down

0 comments on commit c9b050a

Please sign in to comment.