Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Nov 27, 2024
1 parent 0c3cece commit ba2c057
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func newTestEvtHandler() *testEvtHandler {
}

type testWorkflowRegistryContractLoader struct {
contractAddress string
}

func (m *testWorkflowRegistryContractLoader) LoadWorkflows(ctx context.Context) (*types.Head, error) {
Expand Down Expand Up @@ -132,7 +131,6 @@ func Test_InitialStateSync(t *testing.T) {
for _, event := range testEventHandler.events {
assert.Equal(t, syncer.WorkflowRegisteredEvent, event.GetEventType())
}

}

func Test_SecretsWorker(t *testing.T) {
Expand Down

0 comments on commit ba2c057

Please sign in to comment.