Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Gu committed Feb 21, 2020
1 parent 72e1cb6 commit 317b902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/reconciler/configuration/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func TestReconcile(t *testing.T) {
Objects: []runtime.Object{
cfg("lrrnotexist", "foo", 2,
WithLatestCreated("lrrnotexist-00002"),
WithLatestReady("lrrnotexist-00001"), WithObservedGen, func(cfg *v1alpha1.Configuration) {
WithLatestReady("lrrnotexist-00001"), WithObservedGen, func(cfg *v1.Configuration) {
cfg.Spec.GetTemplate().Name = "lrrnotexist-00002"
},
),
Expand All @@ -488,7 +488,7 @@ func TestReconcile(t *testing.T) {
Object: cfg("lrrnotexist", "foo", 2,
WithLatestCreated("lrrnotexist-00002"),
WithLatestReady("lrrnotexist-00002"),
WithObservedGen, func(cfg *v1alpha1.Configuration) {
WithObservedGen, func(cfg *v1.Configuration) {
cfg.Spec.GetTemplate().Name = "lrrnotexist-00002"
},
),
Expand Down

0 comments on commit 317b902

Please sign in to comment.