Skip to content

2022-May-17 - Prerelease - 2.6.766

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 May 20:01
3af82c8
Fix IsSuicideOnDefense which was broken in 2.6 and add a test. (#10448)

* Fix IsSuicideOnDefense which was broken in 2.6 and add a test.

It was broken by this change: https://github.com/triplea-game/triplea/commit/74834f525ba87c6df486b393b6e143fd11732be4

* Add Mockito.verifyNoMoreInteractions to list of mockito static imports.