orchard-subtree-roots

- test testUpdateSubtreeRootsAction_RootsAvailablePutRootsSuccess fixed
This commit is contained in:
Lukas Korba 2024-03-28 16:03:00 +01:00
parent 006861595d
commit bdfe0b6823
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ final class UpdateSubtreeRootsActionTests: ZcashTestCase {
let nextContext = try await updateSubtreeRootsActionAction.run(with: context) { _ in }
let acResult = nextContext.checkStateIs(.updateChainTip)
XCTAssertTrue(acResult == .true, "Check of state failed with '\(acResult)'")
XCTAssertTrue(acResult == .called(2), "Check of state failed with '\(acResult)'")
} catch {
XCTFail("testUpdateSubtreeRootsAction_RootsAvailablePutRootsSuccess is not expected to fail. \(error)")
}