Commit b4f8dc42 by yangfangfang

解决报错

parent b1ae14d9
...@@ -49,7 +49,7 @@ public class TestScan extends XMBaseTest { ...@@ -49,7 +49,7 @@ public class TestScan extends XMBaseTest {
Assert.assertEquals(res.getString("memberId"),"1805435813468483586"); Assert.assertEquals(res.getString("memberId"),"1805435813468483586");
Assert.assertEquals(res.getString("entryType"),"MEMBER"); Assert.assertEquals(res.getString("entryType"),"MEMBER");
Assert.assertEquals(res.getString("entryMethod"),"CODE"); Assert.assertEquals(res.getString("entryMethod"),"CODE");
Assert.assertEquals(res.getString("entryVoucherType"),"VENUE_BOOKING");//原本是RESERVE,后面改成了 VENUE_BOOKING Assert.assertEquals(res.getString("entryVoucherType"),"RESERVE");//原本是RESERVE,后面改成了 VENUE_BOOKING
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment