We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efc723 commit 0a84d82Copy full SHA for 0a84d82
test/clj/cider/nrepl/middleware/slurp_test.clj
@@ -22,7 +22,7 @@
22
23
(t/deftest test-unrecognized-file
24
(let [resp (slurp-url-to-content+body
25
- (.toString (io/resource "unknown.bin")))]
+ (.toString (io/resource "unknown.unknown")))]
26
(t/is (= ["application/octet-stream" {}] (:content-type resp)))
27
(t/is (str/starts-with? (:body resp) "#binary[location="))
28
- (t/is (str/ends-with? (:body resp) ",size=3]"))))
+ (t/is (str/ends-with? (:body resp) ",size=681]"))))
test/resources/unknown.bin
test/resources/unknown.unknown
681 Bytes
0 commit comments