Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created August 18, 2019 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/8dd6b2011a882fd8368ce0a1137d199f to your computer and use it in GitHub Desktop.
Save jasongorman/8dd6b2011a882fd8368ce0a1137d199f to your computer and use it in GitHub Desktop.
@Test fun quoteNoRounding(){
assertThat(quote(
room(2.5, 2.5),
carpet(10.0, false)
),
equalTo(62.5))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment