From 0d03783bbf960c85b148d2e9abddf30a6c5ad325 Mon Sep 17 00:00:00 2001 From: blankie Date: Sun, 9 Oct 2022 14:49:46 +0700 Subject: [PATCH] () --- src/page-file.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page-file.rkt b/src/page-file.rkt index 4905c76..c7018b2 100644 --- a/src/page-file.rkt +++ b/src/page-file.rkt @@ -25,7 +25,7 @@ (module+ test (require rackunit) (define test-media-detail - '#hasheq((fileTitle . "Example file") (videoEmbedCode . "") (imageUrl . "https://static.wikia.nocookie.net/examplefile") (rawImageUrl . "https://static.wikia.nocookie.net/examplefile") (userName . "blankie") (isPostedIn . #t) (smallerArticleList . (list #hasheq((title . "Example_article") (titleText . "Example article")))) (articleListIsSmaller . 0) (exists . #t) (imageDescription . #f)))) + '#hasheq((fileTitle . "Example file") (videoEmbedCode . "") (imageUrl . "https://static.wikia.nocookie.net/examplefile") (rawImageUrl . "https://static.wikia.nocookie.net/examplefile") (userName . "blankie") (isPostedIn . #t) (smallerArticleList . (#hasheq((title . "Example_article") (titleText . "Example article")))) (articleListIsSmaller . 0) (exists . #t) (imageDescription . #f)))) (define (url-content-type url) (log-outgoing url)