tests(integration): fix new tests using legacy factories

This commit is contained in:
Matthew Penner
2021-01-20 15:37:01 -07:00
parent 64af4e8032
commit 617ebae9ae
4 changed files with 12 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ abstract class TestCase extends BaseTestCase
// Why, you ask? If we don't force this to false it is possible for certain exceptions
// to show their error message properly in the integration test output, but not actually
// be setup correctly to display thier message in production.
// be setup correctly to display their message in production.
//
// If we expect a message in a test, and it isn't showing up (rather, showing the generic
// "an error occurred" message), we can probably assume that the exception isn't one that