From 50ba55b7b34dfcbfa1efc4a7621cd4faa74f2abe Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Wed, 9 Oct 2024 16:44:19 +0530 Subject: [PATCH] fix: Fix Test Cases --- conf/config_marshaller_test.go | 2 +- conf/config_validator_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config_marshaller_test.go b/conf/config_marshaller_test.go index 8f4d0eb..9b10221 100644 --- a/conf/config_marshaller_test.go +++ b/conf/config_marshaller_test.go @@ -11,7 +11,7 @@ import ( func Test_asconf_MarshalText(t *testing.T) { type fields struct { - cfg ConfHandler + cfg Handler outFmt Format } tests := []struct { diff --git a/conf/config_validator_test.go b/conf/config_validator_test.go index 874e768..a073c82 100644 --- a/conf/config_validator_test.go +++ b/conf/config_validator_test.go @@ -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