diff --git a/pkg/solver/matcher/matcher_test.go b/pkg/solver/matcher/matcher_test.go index 6fdd0e54..56bd7dd0 100644 --- a/pkg/solver/matcher/matcher_test.go +++ b/pkg/solver/matcher/matcher_test.go @@ -325,7 +325,7 @@ func TestMatchOffers(t *testing.T) { t.Run(tc.name, func(t *testing.T) { result := matchOffers(tc.resourceOffer(basicResourceOffer), tc.jobOffer(basicJobOffer)) if result.matched() != tc.shouldMatch { - t.Errorf("Expected match to be %v, but got %v", tc.shouldMatch, result) + t.Errorf("Expected match to be %v, but got %+v", tc.shouldMatch, result) } }) }