mirror of
https://github.com/kopia/kopia.git
synced 2026-03-18 22:26:26 -04:00
fixed test typo
This commit is contained in:
@@ -226,7 +226,7 @@ func TestReader(t *testing.T) {
|
||||
}{
|
||||
{"B", []byte{}},
|
||||
{"BAQIDBA", []byte{1, 2, 3, 4}},
|
||||
{"TFoo", []byte("Ffoo")},
|
||||
{"TFoo", []byte("Foo")},
|
||||
{"Da76999788386641a3ec798554f1fe7e6", storedPayload},
|
||||
{"S0,2,BAQIDBA", []byte{1, 2}},
|
||||
{"S1,3,BAQIDBA", []byte{2, 3, 4}},
|
||||
|
||||
Reference in New Issue
Block a user