Skip to content

Commit

Permalink
update swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Jan 8, 2025
1 parent 40bf0d7 commit ea1540a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Node/Tests/NodeTests/NodeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ final class NodeTests {
let validator2BestHead = await validator2.dataProvider.bestHead
let node1BestHead = await node1.dataProvider.bestHead
let node2BestHead = await node2.dataProvider.bestHead

#expect(validator1BestHead.hash == node1BestHead.hash)
#expect(validator1BestHead.hash == node2BestHead.hash)
#expect(validator2BestHead.hash == node1BestHead.hash)
Expand Down

0 comments on commit ea1540a

Please sign in to comment.