Fix format

This commit is contained in:
Moss 2020-02-04 18:22:43 +01:00
parent e020da49f3
commit f2c8e8491c
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ func TestStepDownload_download(t *testing.T) {
if err != nil {
t.Fatalf("Bad: non expected error %s", err.Error())
}
if filepath.Ext(path) != "." + step.Extension {
if filepath.Ext(path) != "."+step.Extension {
t.Fatalf("bad: path should contain extension %s but it was %s", step.Extension, filepath.Ext(path))
}
os.RemoveAll(step.TargetPath)