Using WrapH() internally.

This commit is contained in:
Manu Mtz-Almeida
2015-05-20 11:30:22 +02:00
parent 825737a78c
commit 138e4b49bf
2 changed files with 1 additions and 7 deletions
-4
View File
@@ -46,10 +46,6 @@ func TestWrap(t *testing.T) {
assert.Equal(t, w.Body.String(), "hola!")
}
func TestWrapH(t *testing.T) {
}
func TestLastChar(t *testing.T) {
assert.Equal(t, lastChar("hola"), uint8('a'))
assert.Equal(t, lastChar("adios"), uint8('s'))