Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Пешков Дмитрий committed Sep 19, 2024
1 parent 680437a commit 93a3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestIntegration(t *testing.T) {
Status(http.StatusOK).
JSON().Object().
ContainsKey("current").HasValue("current", 0).
ContainsKey("current").HasValue("current", 0)
ContainsKey("withdrawn").HasValue("withdrawn", 0)
})

t.Run("get withdrawals no content", func(t *testing.T) {
Expand Down

0 comments on commit 93a3881

Please sign in to comment.