1
0

refactor: debug logging

This commit is contained in:
2024-02-20 12:03:35 +00:00
parent 67ffa2347a
commit d43cd36858
2 changed files with 11 additions and 2 deletions

View File

@@ -178,8 +178,8 @@ func TestSystemCopyFile(t *testing.T) {
shaRemote = strings.Split(shaRemote, " ")[0]
if shaLocal != shaRemote {
t.Fatal(fmt.Sprintf("Broken file (%s instead of %s)",
shaRemote, shaLocal))
t.Fatalf("Broken file (%s instead of %s)",
shaRemote, shaLocal)
}
}