You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GitCommitIdPluginIntegrationTest failing due to unexpected commit id mode
`CommitIdGenerationMode.FLAT` is the default but some of the tests seem to
erroneously expect the full format by default.
This was previously not detected because that test class was using
`assertThat` incorrectly.
0 commit comments