Skip to content

Commit 509b055

Browse files
committed
refactor #1048 Modify test case.
1 parent 1fe3b01 commit 509b055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/test/java/jp/toastkid/world/presentation/WorldTimeViewModelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ class WorldTimeViewModelTest {
116116

117117
@Test
118118
fun label() {
119-
println(subject.label("Asia/Tokyo"))
119+
assertEquals("\uD83C\uDDEF\uD83C\uDDF5 Asia/Tokyo", subject.label("Asia/Tokyo"))
120120
}
121121
}

0 commit comments

Comments
 (0)