Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Apr 26, 2024
1 parent 8251802 commit 64b1d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoko/invoice-canister/test/unit/utils/ExpectedValues.mo
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module {

let testInputs = {
caller = Principal.fromText("hpikg-6exdt-jn33w-ndty3-fc7jc-tl2lr-buih3-cs3y7-tftkp-sfp62-gqe");
invoiceCanisterId = Principal.fromText("bkyz2-fmaaa-aaaaa-qaaaq-cai");
invoiceCanisterId = Principal.fromText("q4eej-kyaaa-aaaaa-aaaha-cai");
amountDueNatBaseUnits = 23456789;
invoiceULID = "6GNGGRXAKGTXG070DV4GW2JKCJ";
originalTokenVerbose = {
Expand Down Expand Up @@ -523,7 +523,7 @@ module {
let testInputs = {
creator = Principal.fromText("hpikg-6exdt-jn33w-ndty3-fc7jc-tl2lr-buih3-cs3y7-tftkp-sfp62-gqe");
canisterId = Principal.fromText("bkyz2-fmaaa-aaaaa-qaaaq-cai");
canisterId = Principal.fromText("q4eej-kyaaa-aaaaa-aaaha-cai");
id = "6GNGGRXAKGTXG070DV4GW2JKCJ";
amountDue = 23456789;
};
Expand Down

0 comments on commit 64b1d99

Please sign in to comment.