From aea1297beeaa80b0ec651954090d8b326e6c208b Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:35:40 -0800 Subject: [PATCH] fix test --- config/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_test.go b/config/config_test.go index 401bcbb4..7960ded7 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1066,7 +1066,7 @@ func TestMultipleConfigs(t *testing.T) { defer os.Remove(tmpFile.Name()) content := []byte(` -gas = 10000 +gas_adjustment = 1.5 [server] listen_addr = "0.0.0.0:99999"