Assertions2AssertJ
Assertions2AssertJ copied to clipboard
Trying to fix #16
Hello,
I am a bit confused by this change as the same change was made 2 weeks ago for issue #15. The version was released as 1.0.10
https://github.com/ricemery/Assertions2AssertJ/commit/4f2c56f0dcdcc23febebeafa1347d62bdecccb7c
?
On Mon, Apr 22, 2024 at 11:56 PM Per Abich @.***> wrote:
You can view, comment on, or merge this pull request online at:
https://github.com/ricemery/Assertions2AssertJ/pull/17 Commit Summary
- af545fb https://github.com/ricemery/Assertions2AssertJ/pull/17/commits/af545fb0185b371ac5ba9ecb6d8313f68ca5a7e6 Updated wrapper
- 777f646 https://github.com/ricemery/Assertions2AssertJ/pull/17/commits/777f646670392eb42f0ebc44b8a53bbbb61e151c Added fix for #16
File Changes
(2 files https://github.com/ricemery/Assertions2AssertJ/pull/17/files)
- M gradlew https://github.com/ricemery/Assertions2AssertJ/pull/17/files#diff-e9721dc750619a21053ddea8a5d04929a608877d8c5daec1b57d243d3424e745 (0)
- M src/main/kotlin/com/chainstaysoftware/testing/ModuleAction.kt https://github.com/ricemery/Assertions2AssertJ/pull/17/files#diff-96ed1f372e313eae80cfac47b3cc487ac365bf7b449e0cdcf91b0f62108b5670 (6)
Patch Links:
- https://github.com/ricemery/Assertions2AssertJ/pull/17.patch
- https://github.com/ricemery/Assertions2AssertJ/pull/17.diff
— Reply to this email directly, view it on GitHub https://github.com/ricemery/Assertions2AssertJ/pull/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALYOGZOH7M27BRFTJAI3XTY6YA3NAVCNFSM6AAAAABGUG6YISVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2TQMJQGYYTGMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
But this change is not only needed in FileAction (the previous change) but also in ModuleAction
Ah. That makes sense. The change is probably needed in ProjectAction as well. I'll look into this as soon as I can. Thanks