Commit e6159c06 by xuyamei

解决报错

parent 773510e8
...@@ -80,7 +80,7 @@ public class TestSingleReserveSignIn extends BaseTestImpl { ...@@ -80,7 +80,7 @@ public class TestSingleReserveSignIn extends BaseTestImpl {
} }
@Test(description = "小程序单次团课预约") @Test(description = "小程序单次团课预约")
public void testCreateSingleReserve() { public void testSingleReserveSignIn() {
DataUserInfo dataUserInfo = new DataUserInfo(); DataUserInfo dataUserInfo = new DataUserInfo();
dataUserInfo.setTerminal(Terminal.B); dataUserInfo.setTerminal(Terminal.B);
dataUserInfo.setLoginUser(LoginAccount.GYM_PROD); dataUserInfo.setLoginUser(LoginAccount.GYM_PROD);
......
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