No effective change - Update testing for profile location enhancement (#1227)

This commit is contained in:
Rob Bygrave
2018-01-24 19:11:59 +13:00
parent 6754992b1c
commit 2d929837c4
3 changed files with 5 additions and 6 deletions
@@ -34,9 +34,8 @@ public class TestNestedMandatory extends BaseTestCase {
System.out.println(txnTimed);
}
//Put these asserts back when agent is upgraded
// assertThat(txnMetrics).hasSize(2);
// assertThat(txnMetrics.get(1).getName()).isEqualTo("txn.named.outer");
assertThat(txnMetrics).hasSize(2);
assertThat(txnMetrics.get(1).getName()).isEqualTo("txn.named.outer");
}
class Outer {