We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.preConfirmed
1 parent 5a22432 commit 040a812Copy full SHA for 040a812
Tests/NetworkTests/Providers/ProviderTests.swift
@@ -37,7 +37,7 @@ final class ProviderTests: XCTestCase {
37
func testGetBlockWithTxsWithPreConfirmedBlockTag() async throws {
38
let result = try await provider.send(request: RequestBuilder.getBlockWithTxs(StarknetBlockId.BlockTag.preConfirmed))
39
40
- guard case .processed = result else {
+ guard case .preConfirmed = result else {
41
XCTFail("Expected result to be of type .preConfirmed")
42
return
43
}
0 commit comments