Skip to content

Commit a1ef71a

Browse files
authored
Merge pull request #204 from joreilly/koog_kmp
koog kmp
2 parents 7158b00 + ad95e6b commit a1ef71a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composeApp/src/commonTest/kotlin/dev/johnoreilly/climatetrace/screen/ClimateTraceTestsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ClimateTraceScreenTest {
3535
@Test
3636
fun testCountryInfoDetailsView() = runComposeUiTest {
3737
val state = CountryDetailsUIState.Success(country,
38-
year, listOf("2022", "2023"), countryEmissionsInfo, emptyList(), "", ""
38+
year, listOf("2022", "2023"), countryEmissionsInfo, emptyList(),
3939
)
4040
setContent {
4141
CountryInfoDetailedView(state, {})
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)