Skip to content

Commit 98b1ff8

Browse files
committed
fix(test): rename test_realations' test for cmz wallet.
1 parent e9cb26e commit 98b1ff8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/test_relations.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,8 @@ fn cmz_wallet_spend_relation<G: PrimeGroup, R: RngCore>(
371371
(instance, witness)
372372
}
373373

374-
/// Test that demonstrates the CMZ bug with scalar constants in linear relations
375374
#[test]
376-
fn test_cmz_scalar_constant_bug() {
375+
fn test_cmz_wallet_with_fee() {
377376
use group::Group;
378377
type G = bls12_381::G1Projective;
379378

0 commit comments

Comments
 (0)