Skip to content

Commit

Permalink
chore(monitor): fix monitor test for gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Oct 23, 2024
1 parent 9e6395b commit b40035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitor/monitor.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ describe('setup', () => {
});
totalGateways = totalItems;
for (const gateway of gateways) {
uniqueGateways.add(gateway.gatewayAddress);
if (gateway.status === 'joined') {
uniqueGateways.add(gateway.gatewayAddress);
assert(
Number.isInteger(gateway.operatorStake),
`Gateway ${gateway.gatewayAddress} has an invalid operator stake: ${gateway.operatorStake}`,
Expand Down

0 comments on commit b40035e

Please sign in to comment.