From a809347edcdd71c9d4939ac0cca5e219e0a69068 Mon Sep 17 00:00:00 2001 From: Konstantin Auffinger <62616071+kauffinger@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:57:18 +0200 Subject: [PATCH] fix: add missing () to `toHaveLineCountLessThan` in list --- arch-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-testing.md b/arch-testing.md index 79b5d0d..29b263b 100644 --- a/arch-testing.md +++ b/arch-testing.md @@ -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)