Skip to content

Commit

Permalink
Fixed. This closes #107
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jan 22, 2023
1 parent 1cb61ae commit 542d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropboxsyncutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func benchmarkDiffPreStrip(strlen int, b *testing.B) {
files := []string{}

for i := 0; i < strlen; i++ {
str := fmt.Sprintf("stringington-%v", i)
str := fmt.Sprintf("Stringington-%v", i)
files = append(files, str)
}

Expand Down

0 comments on commit 542d5ed

Please sign in to comment.