Skip to content

Commit 714682c

Browse files
committed
add test for tibiaBoostableBossesV3
1 parent 7568bdc commit 714682c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/webserver_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ func TestFakeToUpCodeCoverage(t *testing.T) {
1717

1818
assert := assert.New(t)
1919

20+
tibiaBoostableBossesV3(c)
21+
assert.Equal(http.StatusOK, w.Code)
22+
2023
tibiaCharactersCharacterV3(c)
2124
assert.Equal(http.StatusOK, w.Code)
2225

0 commit comments

Comments
 (0)