refactor(storage): readability improvements (#3703)

Signed-off-by: Ryan Russell <git@ryanrussell.org>

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-09-16 04:43:17 -05:00
committed by GitHub
parent d949a238b8
commit 277976bd76
9 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ func TestParseFileIdFromString(t *testing.T) {
fidStr1 = "100, 12345678"
_, err = ParseFileIdFromString(fidStr1)
if err == nil {
t.Errorf("%s : needlId invalid syntax", fidStr1)
t.Errorf("%s : needleId invalid syntax", fidStr1)
}
fidStr1 = "100,123456789"