Skip to content

Commit

Permalink
test(finance/bitcoinAddress): update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Minozzzi committed Sep 22, 2022
1 parent b35bb51 commit 4ad7467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/__snapshots__/finance.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`finance > 42 > bic > noArgs 1`] = `"UYETSCLL"`;

exports[`finance > 42 > bic > with branch code 1`] = `"JUYEPSSL5G5"`;

exports[`finance > 42 > bitcoinAddress 1`] = `"3XbJMAAara64sSkA9HD24YHQWd1bZb"`;
exports[`finance > 42 > bitcoinAddress 1`] = `"3XbJMAAara64sSkA9HD24YHQWd1bZbB"`;

exports[`finance > 42 > creditCardCVV 1`] = `"379"`;

Expand Down Expand Up @@ -86,7 +86,7 @@ exports[`finance > 1211 > bic > noArgs 1`] = `"LXUFBTZ15O7"`;

exports[`finance > 1211 > bic > with branch code 1`] = `"YLXUDE4ZXXX"`;

exports[`finance > 1211 > bitcoinAddress 1`] = `"1TMe8Z3EaFdLqmaGKP1LEEJQVriSZRZdsAUc9n"`;
exports[`finance > 1211 > bitcoinAddress 1`] = `"1TMe8Z3EaFdLqmaGKP1LEEJQVriSZRZdsAUc9nC"`;

exports[`finance > 1211 > creditCardCVV 1`] = `"948"`;

Expand Down Expand Up @@ -152,7 +152,7 @@ exports[`finance > 1337 > bic > noArgs 1`] = `"OEFHLYG1"`;

exports[`finance > 1337 > bic > with branch code 1`] = `"GOEFFIJGXXX"`;

exports[`finance > 1337 > bitcoinAddress 1`] = `"3adhxs2jewAgkYgJi7No6Cn8JZar"`;
exports[`finance > 1337 > bitcoinAddress 1`] = `"3adhxs2jewAgkYgJi7No6Cn8JZarS"`;

exports[`finance > 1337 > creditCardCVV 1`] = `"251"`;

Expand Down

0 comments on commit 4ad7467

Please sign in to comment.