Skip to content

Commit

Permalink
fix: Fix Test Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Oct 9, 2024
1 parent fc9f0e1 commit 50ba55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/config_marshaller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func Test_asconf_MarshalText(t *testing.T) {
type fields struct {
cfg ConfHandler
cfg Handler
outFmt Format
}
tests := []struct {
Expand Down
2 changes: 1 addition & 1 deletion conf/config_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func Test_asconf_Validate(t *testing.T) {
type fields struct {
cfg ConfHandler
cfg Handler
logger *logrus.Logger
managementLibLogger logr.Logger
aerospikeVersion string
Expand Down

0 comments on commit 50ba55b

Please sign in to comment.