提交 b543fac7 编写于 作者: Z zhangxin

Fix compile issue.

上级 cea88f98
...@@ -48,7 +48,7 @@ public class SpanTestCase { ...@@ -48,7 +48,7 @@ public class SpanTestCase {
Tags.DB_STATEMENT.set(span1, "select * from users"); Tags.DB_STATEMENT.set(span1, "select * from users");
Map<String, Object> tags = span1.getTags(); Map<String, Object> tags = span1.getTags();
Assert.assertEquals(8, tags.size()); Assert.assertEquals(7, tags.size());
Assert.assertTrue(Tags.SPAN_LAYER.isHttp(span1)); Assert.assertTrue(Tags.SPAN_LAYER.isHttp(span1));
Assert.assertEquals("127.0.0.1", Tags.PEER_HOST.get(span1)); Assert.assertEquals("127.0.0.1", Tags.PEER_HOST.get(span1));
Assert.assertTrue(Tags.ERROR.get(span1)); Assert.assertTrue(Tags.ERROR.get(span1));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册