GoogleCloudPlatform / appengine-maven-archetypes-java

App Engine Maven Archetypes
Apache License 2.0
16 stars 20 forks source link

local variable not used in HelloInfoTest #56

Closed elharo closed 7 years ago

elharo commented 7 years ago

@Test public void HelloInfo_test() { String result = HelloInfo.getInfo(); assertThat(HelloInfo.getInfo()) .named("HelloInfo.getInfo") .containsMatch("^Version:\s+.+OS:\s+.+User:\s"); }

lesv commented 7 years ago

Please mention which archetype -- though I'll find it.

lesv commented 7 years ago

63 fixes