Commit d42bbbb
committed
Fix split assertion logic in StringUtilsTest
Updated the assertSplit method to correctly handle delimiter length checks and assertions. Now, assertions for single-character and multi-character delimiters are separated, ensuring accurate test validation.1 parent ce40551 commit d42bbbb
File tree
1 file changed
+5
-3
lines changed- microsphere-java-core/src/test/java/io/microsphere/util
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | | - | |
118 | | - | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments