Skip to content

Commit

Permalink
Update write_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yosssi committed Sep 16, 2014
1 parent 67cf016 commit 7b6a175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed test/8.gcss
Empty file.
4 changes: 2 additions & 2 deletions write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Test_write_writeErr(t *testing.T) {
bc := make(chan []byte)
berrc := make(chan error)

done, errc := write("test/8.gcss", bc, berrc)
done, errc := write("test/0008.gcss", bc, berrc)

bc <- []byte("test")

Expand All @@ -80,7 +80,7 @@ func Test_write_flushErr(t *testing.T) {
bc := make(chan []byte)
berrc := make(chan error)

done, errc := write("test/8.gcss", bc, berrc)
done, errc := write("test/0008.gcss", bc, berrc)

close(bc)

Expand Down

0 comments on commit 7b6a175

Please sign in to comment.