Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Bram--/bggclient into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram-- committed Feb 22, 2024
2 parents e7f7ee7 + e4e669e commit 88b4219
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/kotlin/org/audux/bgg/response/ThingsResponseTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ class ThingsResponseTest {
val listings = things.things[0].listings
assertThat(listings).hasSize(11)
assertThat(listings[0].listDate).isEqualTo(LocalDateTime.of(2023, 10, 6, 19, 41, 25))
// WrappedLocalDateTimeSubject.assertThat(listings[0].listDate)
// .isEqualTo(LocalDateTime.of(2023, 10, 6, 19, 41, 25))
assertThat(listings[0].listDate).isEqualTo(LocalDateTime.of(2023, 10, 6, 19, 41, 25))
assertThat(listings[0].price.value).isEqualTo(80.00)
assertThat(listings[0].price.currency).isEqualTo("USD")
Expand Down

0 comments on commit 88b4219

Please sign in to comment.