Skip to content

Commit 34935e5

Browse files
author
tac0turtle
committed
fix test
1 parent 7e7e9c7 commit 34935e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestAddFlags(t *testing.T) {
101101
assertFlagValue(t, flags, FlagRPCAddress, DefaultConfig.RPC.Address)
102102

103103
// Count the number of flags we're explicitly checking
104-
expectedFlagCount := 37 // Update this number if you add more flag checks above
104+
expectedFlagCount := 38 // Update this number if you add more flag checks above
105105

106106
// Get the actual number of flags (both regular and persistent)
107107
actualFlagCount := 0

0 commit comments

Comments
 (0)