Commit Graph

1 Commits (bc4c19dfd8f3987c942cacc366914422906ef39d)

Author SHA1 Message Date
Johnny Steenbergen 521ce543eb fix(pkger): fix flaky test in pkger service tests
tests failign from a data race caused in the tests setup. an incrementing
const needs something to serialzie it (atmoic in this case) to remove that
data race. This touches that up.
2019-12-09 08:59:44 -08:00