Skip to content

Commit efd7541

Browse files
committed
static: generate assets zip
1 parent 3ede4f3 commit efd7541

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func checkui(ts *testscript.TestScript, neg bool, args []string) {
8787
defer resp.Body.Close()
8888
ts.Check(err)
8989

90-
const want = `<div id="app"></div>`
90+
const want = `<div id="app">`
9191
if !bytes.Contains(body, []byte(want)) {
9292
ts.Fatalf("checkui: response body doesn't contain %s\n\nbody;\n\n%s", want, body)
9393
}

internal/static/dist.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)