Skip to content

Commit

Permalink
Rename StringBuilderExtensions* files to AppendableExtensions*
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 25, 2023
1 parent 2c72389 commit 52a94c3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package de.cketti.codepoints.deluxe
import kotlin.test.assertEquals
import kotlin.test.Test

class StringBuilderExtensionsTest {
class AppendableExtensionsTest {
@Test
fun appendCodePoint() {
val actual = buildString {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package de.cketti.codepoints
import kotlin.test.assertEquals
import kotlin.test.Test

class StringBuilderExtensionsTest {
class AppendableExtensionsTest {
@Test
fun appendCodePoint() {
val actual = buildString {
Expand Down

0 comments on commit 52a94c3

Please sign in to comment.