Skip to content

Commit

Permalink
fix: fix incorrect spec in isStream.tree (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel authored Sep 1, 2023
1 parent f3d9ea6 commit d7ea52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/concrete/lockup/is-stream/isStream.tree
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
isStream.t.sol
├── given the id references a null stream
│ └── it should return true
│ └── it should return false
└── given the id does not reference a null stream
└── it should return true

0 comments on commit d7ea52b

Please sign in to comment.