File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ func Test_HintHandler(t *testing.T) {
140140 router .ServeHTTP (w , req )
141141
142142 got := w .Body .String ()
143- want := `<article><i class="bi bi-question-circle"> </i> ` + tt .want + `</article>
143+ want := `<article class="secondary"><i>help </i> ` + tt .want + `</article>
144144`
145145
146146 if ! reflect .DeepEqual (got , want ) {
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ DEV = "true"
66[tools ]
77nodejs = " 19.3.0"
88golang = " 1.25.1"
9- staticcheck = ' latest'
9+ "go:honnef.co/go/tools/cmd/ staticcheck" = ' latest'
1010
1111[vars ]
1212filename = ' guess-my-word'
1313
1414[tasks .default ]
1515description = " Execute the app in development mode"
1616depends = [" build" ]
17- run = [" docker compose up -d --wait " , " ./{{vars.filename}}" ]
17+ run = [" ./{{vars.filename}}" ]
1818
1919[tasks .build ]
2020description = " Execute the app in development mode"
You can’t perform that action at this time.
0 commit comments