From 6e2ef97fe1aa91d0c08e5937c6105662b1fe97b4 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 17 Oct 2023 16:41:44 +0200 Subject: [PATCH] [nop] Misc housekeeping --- test/taoensso/nippy_tests.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/taoensso/nippy_tests.clj b/test/taoensso/nippy_tests.clj index 6bc31f7..76b9d6c 100644 --- a/test/taoensso/nippy_tests.clj +++ b/test/taoensso/nippy_tests.clj @@ -78,7 +78,7 @@ (do {:password [:salted "pwd"]}))) "CBC auto-encryptor compatibility") - (testing "Signed long types" + (testing "Unsigned long types" (let [range-ushort+ (+ (long @#'nippy/range-ushort) 128) range-uint+ (+ (long @#'nippy/range-uint) 128)]