Skip to content

Commit

Permalink
update deps and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Jul 28, 2024
1 parent 3db0d2e commit fa3021b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.3

require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/bjartek/underflow v1.6.0
github.com/bjartek/underflow v1.7.0
github.com/enescakir/emoji v1.0.0
github.com/fatih/color v1.16.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,8 @@ github.com/bits-and-blooms/bitset v1.10.0 h1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsy
github.com/bits-and-blooms/bitset v1.10.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bjartek/underflow v1.6.0 h1:Ln5dUBpn8Xk1+1ljKXcV23LocGKjHz8mJpD+kX2YutY=
github.com/bjartek/underflow v1.6.0/go.mod h1:3K53iX65TzDBnTOaZt7yXmiFfYiIFtFfECn6xrCQWVA=
github.com/bjartek/underflow v1.7.0 h1:9B3m+IpAX5j9f5n8FlkxnwsSgvsnkdhzYlusNdQYSHY=
github.com/bjartek/underflow v1.7.0/go.mod h1:3dujqcYAOma8r05PZW9qBoHNnHpcb4fWRbNX0181YN4=
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
Expand Down
2 changes: 1 addition & 1 deletion transaction_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestTransactionIntegration(t *testing.T) {
assert.Equal(t, 1, len(result.GetEventsWithName("FungibleToken.Deposited")))

report := o.GetCoverageReport()
assert.Equal(t, "18.7%", report.Summary().Coverage)
assert.Equal(t, "19.4%", report.Summary().Coverage)
})

t.Run("Mint tokens assert events with built in assertion", func(t *testing.T) {
Expand Down

0 comments on commit fa3021b

Please sign in to comment.