You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug with the test I wrote. With the conditions that I passed to parseVersion it would never throw the error
because the value was the same as CURRENT_CIPHERTEXT_VERSION. The test would pass but the error would not be thrown.
It is now fixed and it throws the right error when it receives a wrong version.
0 commit comments