Skip to content

Commit

Permalink
fix: unused daylight variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jul 1, 2023
1 parent 972961e commit 099961e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/kotlin/com/openmeteo/api/ForecastTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class ForecastTest {
assertContains(dailyValues, "sunset")
assertContains(dailyValues, "temperature_2m_max")
assertContains(dailyValues, "temperature_2m_min")
val daylight = 0
}
}

Expand Down

0 comments on commit 099961e

Please sign in to comment.