Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Adjust test data to the new behavior introduced by d5a6dcd
Browse files Browse the repository at this point in the history
In commit d5a6dcd the behavior of
finishProgress() changed so that the last update is drawed twice.
  • Loading branch information
mattthias committed Apr 27, 2015
1 parent c2b2845 commit 1efd40c
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 @@ -31,7 +31,7 @@ func TestReader(t *testing.T) {
}
}

const drawReaderStr = "0/6\r2/6\r4/6\r6/6\r\n"
const drawReaderStr = "0/6\r2/6\r4/6\r6/6\r6/6\r\n"

// testReader is a test structure to help with testing the Reader by
// returning fixed slices of data.
Expand Down

0 comments on commit 1efd40c

Please sign in to comment.