Skip to content

Commit

Permalink
Merge pull request #253 from celo-org/0xarthurxyz/backwards-compatibi…
Browse files Browse the repository at this point in the history
…lity-test-comment

Context on backwards compatibility tests for future reference
  • Loading branch information
arthurgousset authored Jan 9, 2024
2 parents 8535f22 + 3d79f48 commit b087020
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/cold-ducks-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ const expectedObfuscatedIdentifier =
'0xf82c6272fd57d3e5d4e291be16b3ebac5c616084a5e6f3730c73f62efd39c6ae'
const expectedPepper = 'Pi4Z1NQnfsdvJ'

/**
* Some context on these tests for future reference:
*
* We're keeping these tests to preserve identifier continuity when doing major upgrades in the
* future. If major upgrades were to break identifier continuity, this could lead to downstream
* problems with SocialConnect users.
*
* This test is flakey because it sends requests to the actual ODIS instance deployed on Alfajores.
* It’s basically an end-to-end test.
*/
describe('backwards compatibility of phone number identifiers', () => {
beforeAll(() => {
fetchMock.reset()
Expand Down

0 comments on commit b087020

Please sign in to comment.