Skip to content

Commit 82d733c

Browse files
committed
Fix typo
1 parent ebfcdae commit 82d733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/execution/scheduled_callbacks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (s *ScheduledCallbacksSuite) TestScheduleCallback_ScheduleAndCancelCallback
101101
// Wait for next height finalized (potentially first height)
102102
currentFinalized := s.BlockState.HighestFinalizedHeight()
103103
blockA := s.BlockState.WaitForHighestFinalizedProgress(s.T(), currentFinalized)
104-
s.T().Logf("got blockA height %v ID %v", blockA.Header.Height, blockA.Header.ID())
104+
s.T().Logf("got blockA height %v ID %v", blockA.HeaderBody.Height, blockA.ID())
105105

106106
// Deploy the test contract first
107107
s.deployTestContract()

0 commit comments

Comments
 (0)