Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Mar 28, 2024
1 parent 25fd2ae commit a320dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub trait CodecErrorTest {
/// It just covers contract init serialization errors.
#[endpoint]
fn codec_err_contract_init(&self) {
let _ = self.tx().raw_call().argument(&CodecErrorTestType);
let _ = self.tx().raw_deploy().argument(&CodecErrorTestType);
}

/// Never actually calls any async/sync call, so it is appropriate in this contract.
Expand Down

0 comments on commit a320dca

Please sign in to comment.