Skip to content

Commit

Permalink
CMR-10141-1: Fixing broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
eereiter committed Nov 12, 2024
1 parent 3bb3630 commit 80bb7a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
params {:revision-date-range (str "2016-01-02T00:00:00Z," (t/now))}
_manual-endpoint (jobs/trigger-email-subscription-processing system-context params)
postjob-subscriptions (get-subscriptions)]
(is (nil? (get-in (first prejob-subscriptions) [:extra-fields :last-notified-at])))
(is (some? (get-in (first prejob-subscriptions) [:extra-fields :last-notified-at])))
(is (= prejob-subscriptions postjob-subscriptions))))))))

(deftest ^:oracle subscription-email-processing-time-constraint-test
Expand Down

0 comments on commit 80bb7a1

Please sign in to comment.