(t *testing.T)
| 8 | ) |
| 9 | |
| 10 | func TestSearchSharderConfigDefaults(t *testing.T) { |
| 11 | cfg := &Config{} |
| 12 | cfg.RegisterFlagsAndApplyDefaults("", &flag.FlagSet{}) |
| 13 | |
| 14 | assert.Equal(t, uint32(256*1024), cfg.Search.Sharder.MaxLimit) |
| 15 | } |
nothing calls this directly
no test coverage detected