diff options
Diffstat (limited to 'watcher_test.go')
| -rw-r--r-- | watcher_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/watcher_test.go b/watcher_test.go index 210711b..51f044a 100644 --- a/watcher_test.go +++ b/watcher_test.go @@ -105,7 +105,7 @@ func testAdocCreate(t *testing.T, testWatcher *watcher, tdata *test.Data, pathFi t.Fatal(err) } - gotBody = removeFooter(gotBody, 13) + gotBody = removeFooter(gotBody, 14) expBody = tdata.Output[`create.adoc.html`] test.Assert(t, `HTML body`, string(expBody), string(gotBody)) @@ -135,7 +135,7 @@ func testAdocUpdate(t *testing.T, testWatcher *watcher, tdata *test.Data, pathFi t.Fatal(err) } - gotBody = removeFooter(gotBody, 13) + gotBody = removeFooter(gotBody, 14) expBody = tdata.Output[`update.adoc.html`] test.Assert(t, `HTML body`, string(expBody), string(gotBody)) |
