Ejemplo n.º 1
0
        public async Task ProductTest()
        {
            var res = await migrator.MigrateOrder(1);

            Assert.IsNotNull(res);
            Assert.IsNull(res.ErrorMessage);
            Assert.AreEqual(true, res.IsSuccess);
        }