From c5084c3cb0281738f5482502ae5a6a0f98cabcfc Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Mon, 24 Dec 2018 12:52:11 -0500 Subject: [PATCH] typo --- test/Spec/PWSetService.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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