Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created July 20, 2022 11:26
Show Gist options
  • Save DominikMostek/c8c46dfd03d5b9fbc2a35f4f124ed3ca to your computer and use it in GitHub Desktop.
Save DominikMostek/c8c46dfd03d5b9fbc2a35f4f124ed3ca to your computer and use it in GitHub Desktop.
assertThat(timeInSeconds).isEqualTo(object.getValue() * 2 * MINUTES);
// vs.
assertThat(timeInSeconds).isEqualTo(2_500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment