Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 22, 2024
1 parent 66cad5c commit ab09963
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Blockchain/Tests/BlockchainTests/BlockAuthorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ struct BlockAuthorTests {

#expect(scheduler.storage.value.tasks.count > 0)

// await scheduler.advance(by: 2)

let events = await storeMiddleware.wait()
#expect(events.count == 1)
#expect(events.first is RuntimeEvents.BlockAuthored)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ struct ValidatorServiceTests {
}

// try different genesis time offset to ensure edge cases are covered
// @Test(arguments: [1020])
@Test(arguments: [988, 1000, 1003, 1020])
func makeManyBlocks(time: Int) async throws {
let (services, validatorService) = try await setup(time: TimeInterval(time))
Expand Down

0 comments on commit ab09963

Please sign in to comment.