test renamed

This commit is contained in:
programmer10110 2020-07-29 14:25:33 +03:00
parent cc688c48d3
commit 363d085bcb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func randomBytes(n int) []byte {
return b
}
func TestFull(t *testing.T) {
func TestFileStorage_GetMessages(t *testing.T) {
N := 10
offset := 5
fs, err := InitFileStorage("test")