Commit e698cf79 by yangfangfang

解决报错

parent cfc64efd
......@@ -49,7 +49,7 @@ public class TestScan extends XMBaseTest {
Assert.assertEquals(res.getString("memberId"),"1805435813468483586");
Assert.assertEquals(res.getString("entryType"),"MEMBER");
Assert.assertEquals(res.getString("entryMethod"),"CODE");
Assert.assertEquals(res.getString("entryVoucherType"),"RESERVE");
Assert.assertEquals(res.getString("entryVoucherType"),"VENUE_BOOKING");//原本是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