Skip to content

Commit

Permalink
Merge branch 'jakub-bochenski-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Nov 19, 2023
2 parents 03e6d9a + 02f4226 commit d64444a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions site/src/orchid/resources/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ contributors:
link: https://github.com/sandjelkovic
- name: Alphonse Bendt
link: https://github.com/abendt
- name: Jakub Bochenski
link: https://github.com/jakub-bochenski
- name: Bengt Brodersen
link: https://github.com/qoomon
- name: Casey Brooks
Expand Down
2 changes: 1 addition & 1 deletion strikt-jvm/src/main/kotlin/strikt/java/Any.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fun <T : Any> Assertion.Builder<T>.propertiesAreEqualToIgnoring(
): Assertion.Builder<T> =
compareFieldByField(
other,
ignoredProperties.map(KProperty1<T, Any>::name)
ignoredProperties.map(KProperty1<T, Any?>::name)
)

private fun <T : Any> Assertion.Builder<T>.compareFieldByField(
Expand Down

0 comments on commit d64444a

Please sign in to comment.