Hopefully fix tests on Windows
This commit is contained in:
parent
55d41bdeb0
commit
c5f3b9dedd
1 changed files with 3 additions and 3 deletions
|
@ -1580,7 +1580,7 @@ mod tests {
|
||||||
tool.run(
|
tool.run(
|
||||||
EditFileToolInput {
|
EditFileToolInput {
|
||||||
display_description: "Edit file".into(),
|
display_description: "Edit file".into(),
|
||||||
path: "/main.rs".into(),
|
path: path!("/main.rs").into(),
|
||||||
mode: EditFileMode::Edit,
|
mode: EditFileMode::Edit,
|
||||||
},
|
},
|
||||||
stream_tx,
|
stream_tx,
|
||||||
|
@ -1605,7 +1605,7 @@ mod tests {
|
||||||
tool.run(
|
tool.run(
|
||||||
EditFileToolInput {
|
EditFileToolInput {
|
||||||
display_description: "Edit file".into(),
|
display_description: "Edit file".into(),
|
||||||
path: "/main.rs".into(),
|
path: path!("/main.rs").into(),
|
||||||
mode: EditFileMode::Edit,
|
mode: EditFileMode::Edit,
|
||||||
},
|
},
|
||||||
stream_tx,
|
stream_tx,
|
||||||
|
@ -1628,7 +1628,7 @@ mod tests {
|
||||||
tool.run(
|
tool.run(
|
||||||
EditFileToolInput {
|
EditFileToolInput {
|
||||||
display_description: "Edit file".into(),
|
display_description: "Edit file".into(),
|
||||||
path: "/main.rs".into(),
|
path: path!("/main.rs").into(),
|
||||||
mode: EditFileMode::Edit,
|
mode: EditFileMode::Edit,
|
||||||
},
|
},
|
||||||
stream_tx,
|
stream_tx,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue