Skip to content

Commit 30e4914

Browse files
author
Hans Larsen
committed
fixup: canister install
1 parent 76dc0cd commit 30e4914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dfx/src/lib/api_client.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ mod tests {
460460
canister_id,
461461
module,
462462
arg,
463+
nonce: None,
463464
};
464465

465466
let actual: Value = serde_cbor::from_slice(&serde_cbor::to_vec(&request).unwrap()).unwrap();
@@ -476,6 +477,7 @@ mod tests {
476477
),
477478
(Value::Text("module".to_string()), Value::Bytes(vec![1])),
478479
(Value::Text("arg".to_string()), Value::Bytes(vec![2])),
480+
(Value::Text("nonce".to_string()), Value::Null),
479481
]
480482
.into_iter()
481483
.collect(),

0 commit comments

Comments
 (0)