Skip to content

Commit

Permalink
Corrected the misspelled 'beacuse' to 'because' in file fluid/pkg/ddc…
Browse files Browse the repository at this point in the history
…/alluxio/transform_api_gateway_test.go at line 85 (#3903)

Signed-off-by: tang <tangzhsz@126.com>
Co-authored-by: tang <tangzhsz@126.com>
  • Loading branch information
tang-mouren and tang authored May 6, 2024
1 parent 89831e1 commit 6d2ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddc/alluxio/transform_api_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestTransformAPIGateway(t *testing.T) {
t.Errorf("should return err if it's possible to lead to nil pointer")
}
} else if test.runtime.Spec.APIGateway.Enabled != test.value.APIGateway.Enabled {
t.Errorf("testcase cannot paas beacuse of wrong result,%t != %t",
t.Errorf("testcase cannot paas because of wrong result,%t != %t",
test.runtime.Spec.APIGateway.Enabled,
test.value.APIGateway.Enabled)
}
Expand Down

0 comments on commit 6d2ac47

Please sign in to comment.