Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Jan 14, 2025
1 parent ea4c77b commit 82b10a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server/src/instant/flags.clj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
app-id))

(defn e2e-should-honeycomb-publish? [^Long tx-id]
(zero? (mod tx-id (or (get-in (query-result)
[:e2e-logging :invalidator-every-n])
10000))))
(and tx-id
(zero? (mod tx-id (or (get-in (query-result)
[:e2e-logging :invalidator-every-n])
10000)))))

0 comments on commit 82b10a4

Please sign in to comment.