We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c749db4 commit bc1a89aCopy full SHA for bc1a89a
1 file changed
tests/DataTests.cs
@@ -8,7 +8,7 @@ public abstract class DataTests : WorldTests
8
{
9
static DataTests()
10
11
- TypeRegistry.Load<DataTypeBank>();
+ MetadataRegistry.Load<DataTypeBank>();
12
}
13
14
protected override Schema CreateSchema()
0 commit comments