소스 검색

Update test

Cesar Rodas 1 개월 전
부모
커밋
378c02ceb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      crates/cdk-integration-tests/tests/integration_tests_pure.rs

+ 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);
             }