Skip to content

Commit

Permalink
Fixing spotless violations introducd with newly added test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarrao055 committed Oct 22, 2023
1 parent d739266 commit eedebdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void assertGetViewVersionNode() {
void assertGetViewNode() {
assertThat(NewDatabaseMetaDataNode.getViewNode("foo_db", "foo_schema", "foo_view"), is("/metadata/foo_db/schemas/foo_schema/views/foo_view"));
}

@Test
void assertGetDataSourceNodeVersionsNode() {
assertThat(NewDatabaseMetaDataNode.getDataSourceNodeVersionsNode("foo_db", "foo_ds"), is("/metadata/foo_db/data_sources/nodes/foo_ds/versions"));
Expand Down

0 comments on commit eedebdc

Please sign in to comment.