Skip to content

Instantly share code, notes, and snippets.

@tbelmega
Created April 27, 2019 09:02
Show Gist options
  • Save tbelmega/b249f6a8a10bafb8bbd6f47ae804ab53 to your computer and use it in GitHub Desktop.
Save tbelmega/b249f6a8a10bafb8bbd6f47ae804ab53 to your computer and use it in GitHub Desktop.
@Test
fun `findMostOrderedProducts - 6 orders for 3 products in db - returns Top 2`() {
// given
// when
val foundProducts = productRepository.findMostOrderedProducts(2)
// then
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment