Commit 07d987a
[MINOR][CORE][TESTS] Fix typo in MasterDecommissionSuite class name
### What changes were proposed in this pull request?
Fix a typo: `s/MasterDecommisionSuite/MasterDecommissionSuite` and `s/decommision/decommission`
### Why are the changes needed?
Typo in class name and test name.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests and recompiled.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #52249 from ignitz/patch-1.
Authored-by: Yuri Niitsuma <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent faa1aaa commit 07d987a
File tree
1 file changed
+2
-2
lines changed- core/src/test/scala/org/apache/spark/deploy/master
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments