goas: drop compress from balance tests

This commit is contained in:
David Rusu 2024-07-18 01:22:48 +04:00
parent 849b0b539d
commit b73182b3df
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ mod test {
// Values of same unit are homomorphic
assert_eq!(
(b1.commit(&ten).0 - b1.commit(&eight).0).compress(),
b_zero.commit(&two).0.compress()
(b1.commit(&ten).0 - b1.commit(&eight).0),
b_zero.commit(&two).0
);
// Blinding factors are also homomorphic.