You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MINOR] Remove unnecesary string splits in test code
### What changes were proposed in this pull request?
This PR aims to remove unnenesary string splits in the test code.
### Why are the changes needed?
There are three instances which looks like mistakes.
```java
- "ConfigMap name" + " should include secondary resource prefix");
+ "ConfigMap name should include secondary resource prefix");
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#338 from dongjoon-hyun/minor_string.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments