mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - Update testing for profile location enhancement (#1227)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user