From 2666c5618f0ba2cb885e484523d2261d938d119c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 24 Jul 2021 13:55:59 +0200 Subject: fix test --- tests/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/main.c b/tests/main.c index b3b6d5c..23c0651 100644 --- a/tests/main.c +++ b/tests/main.c @@ -34,9 +34,9 @@ static int html_parse_callback(HtmlParser *html_parser, HtmlParseType parse_type int main() { long filesize; - char *file_data = file_get_content("tests/github.html", &filesize); + char *file_data = file_get_content("tests/hotexamples.html", &filesize); if(!file_data) { - fprintf(stderr, "Failed to read from file: tests/github.html\n"); + fprintf(stderr, "Failed to read from file: tests/hotexamples.html\n"); return 1; } -- cgit v1.2.3