Skip to content

Commit

Permalink
Merge pull request #39 from daithihearn/bug-fix
Browse files Browse the repository at this point in the history
fix: minor text change
  • Loading branch information
daithihearn authored Sep 11, 2023
2 parents 78ce0b0 + 5514f79 commit 5252885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alexa.tomorrow.no_data=There is no data available yet for tomorrow. Please check
alexa.next.cheap.period=The next low period starts at {0} with an average price of {1} cents per kilowatt-hour at will last for {2} hours.
alexa.next.cheap.period.no_data=The low periods for today have already passed.
alexa.current.cheap.period=You are currently in a low period that started at {0} with an average price of {1} cents per kilowatt-hour and will last for {2} hours.
alexa.next.expensive.period=The next high 3-hour period starts at {0} with an average price of {1} cents per kilowatt-hour at will last for 3 hours.
alexa.next.expensive.period=The next high period starts at {0} with an average price of {1} cents per kilowatt-hour at will last for 3 hours.
alexa.next.expensive.period.no_data=The high period for today has already passed.
alexa.current.expensive.period=You are currently in a high period that started at {0} with an average price of {1} cents per kilowatt-hour and will last for 3 hours.
alexa.thirty.day.average=The average price for the last 30 days is {0} cents per kilowatt-hour.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PriceServiceTest {
private val priceService = PriceService(priceRepo, reeRest, esiosRest)

@Nested
inner class getPrices {
inner class GetPricesTest {
@Test
fun `getPrices - date`() {
val date = LocalDate.parse("2023-08-25", dateFormatter)
Expand Down

0 comments on commit 5252885

Please sign in to comment.