diff --git a/test/Spec/PWSetService.hs b/test/Spec/PWSetService.hs index f9da993..df0b374 100644 --- a/test/Spec/PWSetService.hs +++ b/test/Spec/PWSetService.hs @@ -35,7 +35,7 @@ addToEmpty = tests' "empty database" newPWDatabase 1 addToNonEmpty = tests' "non-empty database" nonEmpty 3 -addToExisting = tests' "exiating database" existing 3 +addToExisting = tests' "existing database" existing 3 tests' label db size = TestLabel label $ TestList [ dbSize result size