Skip to content

Commit 05e849c

Browse files
committed
chore(test): remove unused code and adjust workflow platform versions
Removed an unused assertEquals line in CodeUtilTest.kt and updated the release workflow to remove an older platform version.
1 parent b0cc99a commit 05e849c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
platform-version: [ 222, 233, 241 ]
19+
platform-version: [233, 241 ]
2020
env:
2121
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform-version }}
2222

core/src/test/kotlin/cc/unitmesh/devti/parser/CodeUtilTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class CodeUtilTest {
2020

2121
val code = Code.parse(markdown)
2222

23-
// assertEquals(code.language.id, "java")
2423
assertEquals(
2524
code.text, """
2625
|public class HelloWorld {

0 commit comments

Comments
 (0)