Skip to content

Commit

Permalink
Fix issue #1946 here so all tests would pass (the issue is too small …
Browse files Browse the repository at this point in the history
…to have a dedicated PR).
  • Loading branch information
maratal committed Jul 12, 2024
1 parent dbc559f commit 84daa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Tests/AuthTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ class AuthTests: XCTestCase {
guard let error = error else {
fail("Error is nil"); done(); return
}
expect(error.message).to(contain("mismatched clientId"))
expect(error.message).to(contain("invalid clientId"))
done()
}
}
Expand Down

0 comments on commit 84daa5d

Please sign in to comment.