Rename test sample table to sample_users and retarget tests to net10.0

This commit is contained in:
root
2026-02-26 15:31:23 +01:00
parent 4d5bebba07
commit 783a0765cd
16 changed files with 589 additions and 589 deletions

View File

@@ -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" });
}
}
}