mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
Routine update
This commit is contained in:
@@ -139,7 +139,9 @@ namespace OpenAuth.UnitTest
|
||||
var module = new Module()
|
||||
{
|
||||
Name = "test_" + _time,
|
||||
ParentId = parent
|
||||
ParentId = parent,
|
||||
IconName = null,
|
||||
HotKey = null
|
||||
};
|
||||
_app.AddOrUpdate(module);
|
||||
return module;
|
||||
|
Reference in New Issue
Block a user