Skip to content

Commit

Permalink
Add ShardingSphereDatabaseDataTest
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Dec 16, 2024
1 parent f3a1e10 commit e86c9b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ void assertGetSchema() {
assertTrue(databaseData.getSchema("foo_schema").getTableData().isEmpty());
assertNull(databaseData.getSchema("bar_schema"));
}

@Test
void assertPutSchema() {
databaseData.putSchema("bar_schema", new ShardingSphereSchemaData());
Expand Down

0 comments on commit e86c9b7

Please sign in to comment.