Skip to content

Commit

Permalink
piecrust: correction
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Oct 14, 2024
1 parent a1301c7 commit 00978d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piecrust/tests/callcenter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub fn cc_passthrough() -> Result<(), Error> {
LIMIT,
)?;

let raw = (String::from("read_va"), Vec::<u8>::new());
let raw = (String::from("read_value"), Vec::<u8>::new());

let res: (String, Vec<u8>) = session
.call(center_id, "query_passthrough", &raw, LIMIT)?
Expand Down

0 comments on commit 00978d1

Please sign in to comment.