Skip to content
Snippets Groups Projects
Commit ee16f8f5 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix issue with test using DeepEqual in backup module. The data structure...

Fix issue with test using DeepEqual in backup module. The data structure should be a plain old object (no underlying structures) but it was too big of a fix to correct. Instead, we just encrypt with the same RNG/key/etc to make sure we get the same result after a round trip of encrypt->decrypt. There might be issues with serialization that this doesn't catch but we are at least checking that it's reproducible.
parent 23e58e82
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment