summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/images_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/domain/infra/abi/images_test.go')
-rw-r--r--pkg/domain/infra/abi/images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/images_test.go b/pkg/domain/infra/abi/images_test.go
index e38b9390d..311ab3ed7 100644
--- a/pkg/domain/infra/abi/images_test.go
+++ b/pkg/domain/infra/abi/images_test.go
@@ -48,7 +48,7 @@ func TestToDomainHistoryLayer(t *testing.T) {
// r := DirectImageRuntime{m}
// err := r.Delete(context.TODO(), actual, "fedora")
// if err != nil {
-// t.Errorf("error should be nil, got: %v", err)
+// t.Errorf("should be nil, got: %v", err)
// }
// m.AssertExpectations(t)
// }