Răsfoiți Sursa

Update test

Cesar Rodas 1 lună în urmă
părinte
comite
378c02ceb0

+ 1 - 0
crates/cdk-integration-tests/tests/integration_tests_pure.rs

@@ -339,6 +339,7 @@ async fn test_attempt_to_swap_by_overflowing() {
             cdk::Error::NUT03(cdk::nuts::nut03::Error::Amount(_)) => (),
             cdk::Error::AmountOverflow => (),
             cdk::Error::AmountError(_) => (),
+            cdk::Error::TransactionUnbalanced(_, _, _) => (),
             _ => {
                 panic!("Wrong error returned in swap overflow {:?}", err);
             }