1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-10 18:15:50 +02:00

Fix tests name

This commit is contained in:
张志豪 2018-05-07 22:57:45 +08:00
parent 3e8e128362
commit b82470b44b
2 changed files with 2 additions and 2 deletions
src/test/kotlin/com/github/izhangzhihao/rainbow/brackets

View File

@ -6,7 +6,7 @@ import com.jetbrains.php.lang.PhpFileType
import io.kotlintest.matchers.shouldBe
class RainbowPHPTest : LightCodeInsightFixtureTestCase() {
fun testRainbowForKotlin() {
fun testRainbowForPHP() {
val code =
"""
<?php

View File

@ -6,7 +6,7 @@ import io.kotlintest.matchers.shouldBe
import org.jetbrains.plugins.ruby.ruby.lang.RubyFileType
class RainbowRubyTest : LightCodeInsightFixtureTestCase() {
fun testRainbowForKotlin() {
fun testRainbowForRuby() {
val code =
"""
class Test