Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Jul 12, 2023
1 parent 764b59e commit e099935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func TestProcessLogFunc(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
err := tt.config.validate()
err := tt.config.init()
if tt.wantErr {
require.Error(t, err)
return
Expand Down

0 comments on commit e099935

Please sign in to comment.