Skip to content

Commit

Permalink
Correct "sucessfile" to "successfile"
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyu7697 committed Aug 11, 2024
1 parent 5be4545 commit 220ff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytecopilot/cmd/sidecar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestUploadOptions_Upload(t *testing.T) {
assert.NoError(t, ioutil.WriteFile(success, []byte("done"), os.ModePerm))
ok, err := containerwatcher.FileExists(success)
assert.NoError(t, err)
assert.True(t, ok, "sucessfile not created")
assert.True(t, ok, "successfile not created")
assert.NoError(t, uopts.Sidecar(ctx))
v, err := store.Head(ctx, "/output/errors.pb")
assert.NoError(t, err)
Expand Down

0 comments on commit 220ff06

Please sign in to comment.