chore: Update to have the new version 0.3.1.1 (#1668)

This commit is contained in:
J M
2022-07-19 10:03:14 -06:00
committed by GitHub
parent 56acb3f281
commit 0f027fefb8
8 changed files with 40 additions and 17 deletions

View File

@@ -300,7 +300,7 @@ async fn js_action_var_arg() {
.unwrap();
let package_id = "test-package".parse().unwrap();
let package_version: Version = "0.3.0.3".parse().unwrap();
let name = ProcedureName::Action("fetch".parse().unwrap());
let name = ProcedureName::Action("js-action-var-arg".parse().unwrap());
let volumes: Volumes = serde_json::from_value(serde_json::json!({
"main": {
"type": "data"