Skip to content

Commit

Permalink
Reenable proptest_val_cmp (#1185)
Browse files Browse the repository at this point in the history
Closes #1141
  • Loading branch information
brson authored Dec 5, 2023
1 parent 822ce6c commit 71170fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soroban-sdk/src/tests/proptest_val_cmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ proptest! {
#![proptest_config(ProptestConfig::with_cases(10000))]

#[test]
#[ignore] // TODO: https://github.com/stellar/rs-soroban-sdk/issues/1141
fn test(
rawval_proto_1 in arb::<<Val as SorobanArbitrary>::Prototype>(),
rawval_proto_2 in arb::<<Val as SorobanArbitrary>::Prototype>(),
Expand Down

0 comments on commit 71170fb

Please sign in to comment.