1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

fixed failing limited writer test

This commit is contained in:
Brad Rydzewski 2014-09-23 22:59:43 -07:00
parent 2632fcb86e
commit 177d9cab93

View File

@ -9,7 +9,7 @@ func TestSetupDockerfile(t *testing.T) {
var buf bytes.Buffer
// wrap the buffer so we can analyze output
w := writer{&buf}
w := writer{&buf, 0}
w.WriteString("#DRONE:676f206275696c64\n")
w.WriteString("#DRONE:676f2074657374202d76\n")