mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 06:41:18 +00:00
fixed failing limited writer test
This commit is contained in:
parent
2632fcb86e
commit
177d9cab93
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ func TestSetupDockerfile(t *testing.T) {
|
||||||
var buf bytes.Buffer
|
var buf bytes.Buffer
|
||||||
|
|
||||||
// wrap the buffer so we can analyze output
|
// wrap the buffer so we can analyze output
|
||||||
w := writer{&buf}
|
w := writer{&buf, 0}
|
||||||
|
|
||||||
w.WriteString("#DRONE:676f206275696c64\n")
|
w.WriteString("#DRONE:676f206275696c64\n")
|
||||||
w.WriteString("#DRONE:676f2074657374202d76\n")
|
w.WriteString("#DRONE:676f2074657374202d76\n")
|
||||||
|
|
Loading…
Reference in a new issue