Fixed error message in tests

no issue
This commit is contained in:
Daniel Lockyer 2020-06-16 22:05:53 +01:00
parent ba00aa6e05
commit 84287b75f9
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@ describe('Integration: Service: member-import-validator', function () {
}]);
expect(result.length).to.equal(1);
expect(result[0].message).to.equal('Stripe customer IDs exist in the data, but no stripe account is connected.');
expect(result[0].message).to.equal('You need to connect to Stripe first to import Stripe data.');
});
});