aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-24 13:55:59 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-24 13:55:59 +0200
commit2666c5618f0ba2cb885e484523d2261d938d119c (patch)
treee8c8bde449e49f8e87481e7530bbb7a964ffc1b9
parent199ca9297d2ef4ff58db4b0c948eb384deceb610 (diff)
fix test
-rw-r--r--tests/main.c4
1 files 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;
}