Skip to content

Commit

Permalink
update node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Feb 13, 2025
1 parent 828ca02 commit a82610a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Node/Tests/NodeTests/NodeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ final class NodeTests {

let (validator1, validator1StoreMiddlware) = nodes[0]
let (validator2, validator2StoreMiddlware) = nodes[1]

#expect(validator1.network.network.peerRole == .validator)
#expect(validator1.network.network.networkKey != "")
// Extract non-validator nodes and their middleware
let nonValidatorNodes = nodes[2...].map(\.self)

Expand Down

0 comments on commit a82610a

Please sign in to comment.