mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
统一注入代码
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenAuth.UnitTest
|
||||
{
|
||||
var random = new Random();
|
||||
int val = random.Next();
|
||||
_app.AddOrUpdate(new Org
|
||||
_app.Add(new Org
|
||||
{
|
||||
Id = string.Empty,
|
||||
Name = "test" + val,
|
||||
|
Reference in New Issue
Block a user