From bc28a705b65926c94bba641544d72f13f580e363 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 25 May 2020 15:47:52 +0200 Subject: [PATCH] wip --- test-resources/test_program.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-resources/test_program.clj b/test-resources/test_program.clj index 66ae601..002d3d6 100644 --- a/test-resources/test_program.clj +++ b/test-resources/test_program.clj @@ -48,8 +48,7 @@ (require '[pod.test-pod.loaded]) -(find-ns 'pod.test-pod.loaded) ;; nil? -#_(prn (resolve 'pod.test-pod.loaded/loaded)) ;; nil... TODO +(find-ns 'pod.test-pod.loaded) ;; nil, but this call makes the next call pass. huh? (def loaded (pod.test-pod.loaded/loaded 1)) (pods/unload-pod pod-id)