Merge branch 'fix_typo' into 'master'

fixed a typo

See merge request fsimphy/calendar-webapp!7
This commit is contained in:
Johannes Loher 2017-10-26 20:25:44 +02:00
commit 41e1d2c93e

View file

@ -38,7 +38,7 @@ public:
}
}
@("getEventMongoDBEventStore.getEvent failure")
@("MongoDBEventStore.getEvent failure")
@system unittest
{
auto collection = mock!Collection;