From 64b1d99d99c78282d7ba2d3787e42e420056738f Mon Sep 17 00:00:00 2001 From: "Paul H. Liu" Date: Thu, 25 Apr 2024 23:58:29 -0700 Subject: [PATCH] Fix --- motoko/invoice-canister/test/unit/utils/ExpectedValues.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motoko/invoice-canister/test/unit/utils/ExpectedValues.mo b/motoko/invoice-canister/test/unit/utils/ExpectedValues.mo index e525411ac..9fc44d1fd 100644 --- a/motoko/invoice-canister/test/unit/utils/ExpectedValues.mo +++ b/motoko/invoice-canister/test/unit/utils/ExpectedValues.mo @@ -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 = { @@ -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; };