Skip to content

Commit da76ce3

Browse files
committed
Rename Utils to Hashing
This name suits much better since the other functions have moved out already and the file's single responsibility has become clear.
1 parent d7c40d1 commit da76ce3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/test/kotlin/de/ronny_h/aoc/extensions/UtilsTest.kt renamed to src/test/kotlin/de/ronny_h/aoc/extensions/HashingTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package de.ronny_h.aoc.extensions
33
import io.kotest.core.spec.style.StringSpec
44
import io.kotest.matchers.shouldBe
55

6-
class UtilsTest : StringSpec({
6+
class HashingTest : StringSpec({
77

88
"md5() converts a String to an MD5 hash" {
99
"This is just a test".md5() shouldBe "df0a9498a65ca6e20dc58022267f339a"

0 commit comments

Comments
 (0)