From ac26e1e94c90029c9bb4170b733964f8abfd8539 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 26 Oct 2017 20:25:03 +0200 Subject: [PATCH] fixed a typo --- test/calendarwebapp/testevent.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/calendarwebapp/testevent.d b/test/calendarwebapp/testevent.d index 3a1daf6..e351881 100644 --- a/test/calendarwebapp/testevent.d +++ b/test/calendarwebapp/testevent.d @@ -38,7 +38,7 @@ public: } } -@("getEventMongoDBEventStore.getEvent failure") +@("MongoDBEventStore.getEvent failure") @system unittest { auto collection = mock!Collection;