Egg tests updated

This commit is contained in:
Dane Everitt
2017-10-08 15:29:46 -05:00
parent 4d52ba2b39
commit 6e02e9491a
7 changed files with 99 additions and 102 deletions

View File

@@ -59,7 +59,7 @@ class EggCreationService
]);
if ($results !== 1) {
throw new NoParentConfigurationFoundException(trans('exceptions.service.options.must_be_child'));
throw new NoParentConfigurationFoundException(trans('exceptions.nest.egg.must_be_child'));
}
}