Skip to content

Commit 1fe90b5

Browse files
committed
test(shell): update test to reflect name change from Shire to Phodal
1 parent b4fd2c8 commit 1fe90b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exts/devins-lang/src/test/kotlin/cc/unitmesh/devti/language/compiler/execute/ShireShellRunnerTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ class ShireShellRunnerTest: BasePlatformTestCase() {
2626

2727
val fill = ShireShellCommandRunner.fill(
2828
project, file.virtualFile, mapOf(
29-
"myName" to "DevIn"
29+
"myName" to "Phodal"
3030
)
3131
)
3232

33-
assertEquals("echo \"Hello Phodal, my name is Shire!\"", fill)
33+
assertEquals("echo \"Hello Phodal, my name is Phodal!\"", fill)
3434
}
3535
}

0 commit comments

Comments
 (0)