Skip to content

Commit

Permalink
Update engine_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Oct 2, 2024
1 parent b560fb3 commit 2223956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func TestEngineEncode(t *testing.T) {
),
))
require.NoError(t, err)
require.Equal(t, "<!DOCTYPE html>\n<html>\n <body>\n <span></span>\n bye\n </body>\n</html>", b.String())
require.Equal(t, "<!doctype html>\n<html>\n <body>\n <span></span>\n bye\n </body>\n</html>", b.String())
})
}

Expand Down

0 comments on commit 2223956

Please sign in to comment.