Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Jul 24, 2024
1 parent 1e636e1 commit dfd22a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe(UserLoginMigrationSchoolAlreadyMigratedLoggableException.name, () => {

expect(message).toEqual({
type: 'USER_LOGIN_MIGRATION_SCHOOL_HAS_ALREADY_MIGRATED',
message: 'School with externalId has already migrated',
message: 'School has already migrated',
stack: exception.stack,
data: {
schoolId,
Expand Down

0 comments on commit dfd22a4

Please sign in to comment.