Skip to content

Commit

Permalink
fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 8, 2023
1 parent 4372e87 commit c5bcb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/scope/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ mod tests {
let mut payload = serde_json::Map::new();
payload.insert(
"path".into(),
serde_json::Value::String("/path/to/something".into()),
serde_json::Value::String(std::env::current_dir().unwrap().display().to_string()),
);

InvokePayload {
Expand Down

0 comments on commit c5bcb95

Please sign in to comment.