fixed test typo

This commit is contained in:
Jarek Kowalski
2016-11-05 22:05:42 -07:00
parent 81b4692570
commit a7595ef627

View File

@@ -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}},