test
parent
52044b9071
commit
28e6890e94
|
@ -14,6 +14,7 @@ namespace Storage.Test {
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void SetUp() {
|
public void SetUp() {
|
||||||
|
LCLogger.LogDelegate += Utils.Print;
|
||||||
LCApplication.Initialize(Utils.AppId, Utils.AppKey, Utils.AppServer, Utils.MasterKey);
|
LCApplication.Initialize(Utils.AppId, Utils.AppKey, Utils.AppServer, Utils.MasterKey);
|
||||||
LCApplication.UseMasterKey = true;
|
LCApplication.UseMasterKey = true;
|
||||||
leaderboardName = $"Leaderboard_{DateTimeOffset.Now.DayOfYear}";
|
leaderboardName = $"Leaderboard_{DateTimeOffset.Now.DayOfYear}";
|
||||||
|
|
Loading…
Reference in New Issue