File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.3
6
6
7
7
require (
8
8
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
10
10
github.com/enescakir/emoji v1.0.0
11
11
github.com/fatih/color v1.16.0
12
12
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -1076,6 +1076,8 @@ github.com/bits-and-blooms/bitset v1.10.0 h1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsy
1076
1076
github.com/bits-and-blooms/bitset v1.10.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
1077
1077
github.com/bjartek/underflow v1.6.0 h1:Ln5dUBpn8Xk1+1ljKXcV23LocGKjHz8mJpD+kX2YutY =
1078
1078
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 =
1079
1081
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 /go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c =
1080
1082
github.com/boltdb/bolt v1.3.1 /go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps =
1081
1083
github.com/boombuler/barcode v1.0.0 /go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8 =
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ func TestTransactionIntegration(t *testing.T) {
80
80
assert .Equal (t , 1 , len (result .GetEventsWithName ("FungibleToken.Deposited" )))
81
81
82
82
report := o .GetCoverageReport ()
83
- assert .Equal (t , "18.7 %" , report .Summary ().Coverage )
83
+ assert .Equal (t , "19.4 %" , report .Summary ().Coverage )
84
84
})
85
85
86
86
t .Run ("Mint tokens assert events with built in assertion" , func (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments