Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jul 22, 2024
1 parent 67fd8f0 commit 482e71a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controllers/resources/nodes/syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func TestSyncToVirtual(t *testing.T) {
expectedVirtualObjects[corev1.SchemeGroupVersion.WithKind("Node")] = []runtime.Object{baseNode.DeepCopy()}
}

// add more logic as needed
test := syncertesting.SyncTest{
Name: tC.name,
InitialVirtualState: initialObjects,
Expand Down Expand Up @@ -195,7 +194,6 @@ func TestSyncBothExist(t *testing.T) {
physical = editedNode.DeepCopy()
}

// add more logic as needed
test := syncertesting.SyncTest{
Name: tC.name,
InitialVirtualState: initialObjects,
Expand Down

0 comments on commit 482e71a

Please sign in to comment.