Egg tests updated

This commit is contained in:
Dane Everitt 2017-10-08 15:29:46 -05:00
parent 4d52ba2b39
commit 6e02e9491a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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'));
}
}