调整LifeCycleStation中TestGit方法的参数
将LifeCycleStation构造函数中调用TestGit方法的第二个参数由2修改为21,以适应新的业务需求或测试场景。 1.测试VS与Git的使用方式1first commit
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Cowain.Bake.Main.Station
|
||||
_unityContainer = unityContainer;
|
||||
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
|
||||
TestGit(1,2);
|
||||
TestGit(1, 2);
|
||||
TestGit(1, 21);
|
||||
}
|
||||
|
||||
//求最大值
|
||||
|
||||
Reference in New Issue
Block a user