Skip to content

Commit

Permalink
Merge pull request #281 from kauffinger/patch-1
Browse files Browse the repository at this point in the history
fix: add missing () to `toHaveLineCountLessThan` in list
  • Loading branch information
owenvoke authored Sep 12, 2024
2 parents ad62985 + a809347 commit 8a636b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Granular expectations allow you to define specific architectural rules for your
- [`toHaveAllPropertiesDocumented()`](#expect-toHaveAllPropertiesDocumented)
- [`toHaveAttribute()`](#expect-toHaveAttribute)
- [`toHaveFileSystemPermissions()`](#expect-toHaveFileSystemPermissions)
- [`toHaveLineCountLessThan`](#expect-toHaveLineCountLessThan)
- [`toHaveLineCountLessThan()`](#expect-toHaveLineCountLessThan)
- [`toHaveMethod()`](#expect-toHaveMethod)
- [`toHaveMethods()`](#expect-toHaveMethod)
- [`toHavePrivateMethodsBesides()`](#expect-toHavePrivateMethodsBesides)
Expand Down

0 comments on commit 8a636b6

Please sign in to comment.