Skip to content

Instantly share code, notes, and snippets.

@ininmm
Created October 14, 2019 09:56
Show Gist options
  • Save ininmm/6f4cb37ef1d8d8ec1a18449fdf07be90 to your computer and use it in GitHub Desktop.
Save ininmm/6f4cb37ef1d8d8ec1a18449fdf07be90 to your computer and use it in GitHub Desktop.
Bad naming test
@Test
fun BadNamingTest() {
val service = APIService()
val result = service.getSomeData("access token")
assertThat(result, `is`(200))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment