Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Oct 9, 2019
1 parent 3c2a94a commit f646cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func TestCheckpointObject(t *testing.T) {
assert.Equal(t, objInputs, oldInputs.Mappable())

delete(obj, "__inputs")
delete(obj, initialApiVersionKey)
assert.Equal(t, objLive, obj.Mappable())
}

Expand Down

0 comments on commit f646cfc

Please sign in to comment.