Skip to content

Commit

Permalink
fix handler/handler_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
taniwa committed May 17, 2023
1 parent be55bca commit d4cf824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ func Test_transportFromCfg(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if got := transportFromCfg(tt.args.cfg); !reflect.DeepEqual(got, tt.want) {
t.Errorf("transportFromCfg() = %+v, want %+v", got, tt.want)
t.Errorf("transportFromCfg() = %v, want %v", got, tt.want)
}
})
}
Expand Down

0 comments on commit d4cf824

Please sign in to comment.