Skip to content

Commit 86605e7

Browse files
committed
cleanup
1 parent 2cf438b commit 86605e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/practitest_firecracker/practitest.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,6 @@
582582
(for [ts-id (into () testset-ids)]
583583
{ts-id (merge-with -
584584
(get ts-id-instance-num ts-id)
585-
;; (frequencies (vec (map #(read-string (:id (last %))) (remove #(nil? (last %)) (get ts-id-tests ts-id)))))
586585
(frequencies (vec (map #(get-in % [:attributes :test-id]) (get ts-id-instances (read-string ts-id))))))})))
587586
make-instances (flatten (make-instances missing-tests))
588587
test-by-id (group-by (fn [test] (read-string (:id (last test)))) all-tests)

0 commit comments

Comments
 (0)