Skip to content

Commit fa89df4

Browse files
committed
flags
1 parent 9b1a39e commit fa89df4

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
@@ -112,7 +112,7 @@ func TestAddFlags(t *testing.T) {
112112
assertFlagValue(t, flags, FlagRPCEnableDAVisualization, DefaultConfig().RPC.EnableDAVisualization)
113113

114114
// Count the number of flags we're explicitly checking
115-
expectedFlagCount := 63 // Update this number if you add more flag checks above
115+
expectedFlagCount := 66 // Update this number if you add more flag checks above
116116

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

0 commit comments

Comments
 (0)