Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gao12312 committed Dec 20, 2024
1 parent 5aab0f6 commit 976481a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,4 @@ func TestReconcile(t *testing.T) {
err = fakeClient.Get(context.TODO(), request.NamespacedName, updatedPod)
assert.NoError(t, err)
assert.True(t, reflect.DeepEqual(updatedPod.Status, leafPod.Status))

}

0 comments on commit 976481a

Please sign in to comment.