Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Feb 8, 2022
1 parent 2f3655a commit 17e7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/core/runtime/graphx/translate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func TestUpdateDefaultEnvWorkerType(t *testing.T) {
},
},
}); err == nil {
t.Error("UpdateDefaultEnvWorkerType(<noGoEnvs>) no error, want err")
t.Error("UpdateDefaultEnvWorkerType(<badGoEnv>) no error, want err")
}
})
t.Run("goEnv", func(t *testing.T) {
Expand Down

0 comments on commit 17e7890

Please sign in to comment.