Skip to content

Commit

Permalink
drive: fix shortcut tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Jun 24, 2020
1 parent 3e82771 commit 8115152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/drive/drive_internal_test.go
Expand Up @@ -274,7 +274,7 @@ func (f *Fs) InternalTestShortcuts(t *testing.T) {
const (
// from fstest/fstests/fstests.go
existingDir = "hello? sausage"
existingFile = "file name.txt"
existingFile = `hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt`
existingSubDir = "êé"
)
ctx := context.Background()
Expand Down

0 comments on commit 8115152

Please sign in to comment.