mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 18:29:07 +00:00
fixed failing limited writer test
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user