Skip to content

Commit

Permalink
Update core fn progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Feb 23, 2024
1 parent 24511f0 commit 908a960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/org/jank_lang/page/progress/view.clj
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
:done #{}}
{:name "binding"
:tasks [:done]
:done #{}}
:done #{:done}}
{:name "bit-and"
:tasks [:done]
:done #{}}
Expand Down Expand Up @@ -2113,7 +2113,7 @@
:done #{}}
{:name "with-redefs"
:tasks [:done]
:done #{}}
:done #{:done}}
{:name "with-redefs-fn"
:tasks [:done]
:done #{}}
Expand All @@ -2125,7 +2125,7 @@
:done #{:done}}
{:name "zipmap"
:tasks [:done]
:done #{}}]}
:done #{:done}}]}
{:name "Clojure library tests"
:features [{:name "*"
:tasks [:tested]
Expand Down

0 comments on commit 908a960

Please sign in to comment.