aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}