Skip to content

Commit 4e87b60

Browse files
committed
fix typo
1 parent 231d377 commit 4e87b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/galexie/internal/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (s *GalexieTestSuite) TestScanAndFill() {
105105
func (s *GalexieTestSuite) TestAppend() {
106106
require := s.Require()
107107

108-
// first populate ledgers 4-5
108+
// first populate ledgers 6-7
109109
rootCmd := defineCommands()
110110
rootCmd.SetArgs([]string{"scan-and-fill", "--start", "6", "--end", "7", "--config-file", s.tempConfigFile})
111111
err := rootCmd.ExecuteContext(s.ctx)

0 commit comments

Comments
 (0)