Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 10, 2025
1 parent 904b7a9 commit 53ee211
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/resource/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,7 @@ func TestAnyResourceV1(t *testing.T) {

for _, tc := range cases {
t.Run(tc.name, func(t *testing.T) {
<<<<<<< HEAD
<<<<<<< HEAD
_, err := AnyResourceV1(tc.id, tc.rName, tc.rType, tc.rkind, tc.rParameters, tc.rProcessors)
=======
_, err := AnyResourceV1("", tc.rName, tc.rType, tc.rkind, tc.rParameters, tc.rProcessors)
>>>>>>> 1ba78bc (Generate component ID)
=======
_, err := AnyResourceV1(tc.id, tc.rName, tc.rType, tc.rkind, tc.rParameters, tc.rProcessors)
>>>>>>> c5cc224 (test id change)
if tc.expectErr != "" {
require.Error(t, err)
require.ErrorContains(t, err, tc.expectErr)
Expand Down

0 comments on commit 53ee211

Please sign in to comment.