Skip to content

Commit

Permalink
Fix test // will do proper test later
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi committed Nov 15, 2021
1 parent 3bafd90 commit e1c3626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/planner/actuator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,7 @@ func (p *testProc) Do(ctx context.Context) ([]planner.Procedure, error) {
func (p *testProc) ShouldDo(ctx context.Context) (bool, error) {
return true, nil
}

func (p *testProc) Verify(ctx context.Context) error {
return nil
}

0 comments on commit e1c3626

Please sign in to comment.