Skip to content

Commit fa3021b

Browse files
committed
update deps and fix tests
1 parent 3db0d2e commit fa3021b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.3
66

77
require (
88
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
9-
github.com/bjartek/underflow v1.6.0
9+
github.com/bjartek/underflow v1.7.0
1010
github.com/enescakir/emoji v1.0.0
1111
github.com/fatih/color v1.16.0
1212
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,8 @@ github.com/bits-and-blooms/bitset v1.10.0 h1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsy
10761076
github.com/bits-and-blooms/bitset v1.10.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
10771077
github.com/bjartek/underflow v1.6.0 h1:Ln5dUBpn8Xk1+1ljKXcV23LocGKjHz8mJpD+kX2YutY=
10781078
github.com/bjartek/underflow v1.6.0/go.mod h1:3K53iX65TzDBnTOaZt7yXmiFfYiIFtFfECn6xrCQWVA=
1079+
github.com/bjartek/underflow v1.7.0 h1:9B3m+IpAX5j9f5n8FlkxnwsSgvsnkdhzYlusNdQYSHY=
1080+
github.com/bjartek/underflow v1.7.0/go.mod h1:3dujqcYAOma8r05PZW9qBoHNnHpcb4fWRbNX0181YN4=
10791081
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
10801082
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
10811083
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=

transaction_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestTransactionIntegration(t *testing.T) {
8080
assert.Equal(t, 1, len(result.GetEventsWithName("FungibleToken.Deposited")))
8181

8282
report := o.GetCoverageReport()
83-
assert.Equal(t, "18.7%", report.Summary().Coverage)
83+
assert.Equal(t, "19.4%", report.Summary().Coverage)
8484
})
8585

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

0 commit comments

Comments
 (0)