Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Aug 24, 2022
1 parent 36cb919 commit 6841f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/loadpoint_vehicle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func TestApplyVehicleDefaults(t *testing.T) {
vehicle := mock.NewMockVehicle(ctrl)
vehicle.EXPECT().Title().Return("it's me").AnyTimes()
vehicle.EXPECT().Capacity().AnyTimes()
vehicle.EXPECT().Phases().AnyTimes()
vehicle.EXPECT().OnIdentified().Return(oi).AnyTimes()

lp := NewLoadPoint(util.NewLogger("foo"))
Expand Down

0 comments on commit 6841f86

Please sign in to comment.