From b4266da4eb8d47a915b72d64e37757e5e373e81d Mon Sep 17 00:00:00 2001 From: yparitcher Date: Wed, 3 Jul 2019 12:36:22 -0400 Subject: [PATCH] sync: fix SyncSuffix tests #3272 --- fs/sync/sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/sync/sync_test.go b/fs/sync/sync_test.go index 0b28bd395..6c9929b81 100644 --- a/fs/sync/sync_test.go +++ b/fs/sync/sync_test.go @@ -1352,7 +1352,7 @@ func testSyncSuffix(t *testing.T, suffix string, suffixKeepExtension bool) { // Now check what happens if we do it again // Restore a different three and update one in the source - file3b := r.WriteFile("three.txt", "threeB", t3) + file3b := r.WriteFile("three.txt", "threeBDifferentSize", t3) file1b := r.WriteFile("one", "oneBB", t3) fstest.CheckItems(t, r.Fremote, file1, file2, file3, file1a, file3a)