We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b50d95 commit 61ef4b6Copy full SHA for 61ef4b6
1 file changed
e2e/rust/tests/sync.rs
@@ -257,7 +257,7 @@ async fn upload_respects_gitignore_by_default() {
257
let download_str = download_dir.to_str().expect("verify path is UTF-8");
258
259
guard
260
- .download("/sandbox/filtered/repo", download_str)
+ .download("/sandbox/filtered", download_str)
261
.await
262
.expect("download filtered upload");
263
0 commit comments