Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 10, 2023
1 parent 7c64ec0 commit d78291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/s3/cdc_s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (s *PeerFlowE2ETestSuiteS3) Test_Types_GCS_Interop() {
defer cancel()

files, err := s.s3Helper.ListAllFiles(ctx, flowJobName)
fmt.Println("Files in Test_Complete_Simple_Flow_GCS: ", len(files))
fmt.Println("Files in Test_Types_GCS: ", len(files))
require.NoError(s.T(), err)

require.Equal(s.T(), 1, len(files))
Expand Down

0 comments on commit d78291a

Please sign in to comment.