Skip to content

Commit

Permalink
xz: fix typo in function name for the test of multiple streams
Browse files Browse the repository at this point in the history
  • Loading branch information
ulikunitz committed Feb 24, 2020
1 parent 6f934d4 commit f0ae4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestReaderSingleStream(t *testing.T) {
}
}

func TestReaaderMultipleStreams(t *testing.T) {
func TestReaderMultipleStreams(t *testing.T) {
data, err := ioutil.ReadFile("fox.xz")
if err != nil {
t.Fatalf("ReadFile error %s", err)
Expand Down

0 comments on commit f0ae4d0

Please sign in to comment.