Skip to content

Commit

Permalink
🔧 Retest
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaring30s committed Nov 29, 2023
1 parent b11c172 commit bc3d5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/napi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ mod tests {
pub async fn simulate_kv_get() {
let contract_source_bytes =
include_bytes!("../../../testdata/contracts/getKv.js");

let contract_source_vec = contract_source_bytes.to_vec();
let execution_context: SimulateExecutionContext =
SimulateExecutionContext {
Expand Down

0 comments on commit bc3d5d1

Please sign in to comment.