Removing unnecessary test code

Removing unnecessary test code left over from initial port integration
This commit is contained in:
dougqh 2019-09-30 14:21:24 -04:00
parent aeef4f4203
commit 8b42d286e8
1 changed files with 0 additions and 3 deletions

View File

@ -106,9 +106,6 @@ class SpringJpaTest extends AgentTestRunner {
customer = repo.findByLastName("Anonymous")[0] // select
then:
// TODO unnecessary?
// customer.id == savedId
// customer.firstName == "Bill"
assertTraces(1) {
trace(0, 2) {
span(0) {