Rename test sample table to sample_users and retarget tests to net10.0
This commit is contained in:
@@ -49,7 +49,7 @@ namespace DynamORM.Tests.Modify
|
||||
/// <returns>Dynamic table.</returns>
|
||||
public override dynamic GetTestTable()
|
||||
{
|
||||
return Database.Table("users", new string[] { "id" });
|
||||
return Database.Table("sample_users", new string[] { "id" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user