Skip to content

Commit ca9acee

Browse files
nit
1 parent 668bd4e commit ca9acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/c/dynamic_fees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var _ = e2e.DescribeCChain("[Dynamic Fees]", func() {
9393

9494
// gasLimit is the maximum amount of gas that can be used in a block.
9595
var gasLimit uint64
96-
tc.By("verifying Fortuna is activated", func() {
96+
tc.By("checking if Fortuna is activated", func() {
9797
infoClient := info.NewClient(nodeURI.URI)
9898
upgrades, err := infoClient.Upgrades(tc.DefaultContext())
9999
require.NoError(err)

0 commit comments

Comments
 (0)