Skip to content

Commit

Permalink
Update nirs.yaml ShortChannelCountReq check. (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair authored Aug 29, 2023
1 parent 9ea418b commit d5b3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/nirs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ShortChannelCountReq:
selectors:
- suffix == "nirs"
checks:
- sidecar.ShortChannelCount == count(associations.channels.short_channel, true)
- sidecar.ShortChannelCount == count(associations.channels.short_channel, "true")

Component:
selectors:
Expand Down

0 comments on commit d5b3d23

Please sign in to comment.