mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
lib/storage: remove unneeded fmt.Sprintf
This commit is contained in:
parent
8653e2658e
commit
1b9778a756
@ -77,7 +77,7 @@ func TestSearchQueryMarshalUnmarshal(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSearch(t *testing.T) {
|
||||
path := fmt.Sprintf("TestSearch")
|
||||
path := "TestSearch"
|
||||
st, err := OpenStorage(path, 0)
|
||||
if err != nil {
|
||||
t.Fatalf("cannot open storage %q: %s", path, err)
|
||||
|
Loading…
Reference in New Issue
Block a user