Skip to content

Commit

Permalink
feat: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 16, 2024
1 parent b734f1a commit 2725fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/storage/ledger/accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ func TestAccountsGet(t *testing.T) {
}, *account)
})

// todo: test sometimes failing, need to investigate
t.Run("find account using pit", func(t *testing.T) {
t.Parallel()

Expand Down
1 change: 1 addition & 0 deletions test/e2e/api_balances_aggregated.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ var _ = Context("Ledger engine tests", func() {
Expect(response).To(HaveLen(1))
Expect(response["USD/2"]).To(Equal(big.NewInt(100)))
})
// todo: test sometimes failing, need to investigate
It("should be ok when aggregating using pit on insertion date", func() {
response, err := GetBalancesAggregated(
ctx,
Expand Down

0 comments on commit 2725fb3

Please sign in to comment.