Skip to content
Snippets Groups Projects
Verified Commit 0b45f7f7 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed the test

parent 2e3650c2
No related branches found
No related tags found
1 merge request!370Fixed the test
...@@ -83,6 +83,8 @@ public class TableServicePersistenceTest extends AbstractUnitTest { ...@@ -83,6 +83,8 @@ public class TableServicePersistenceTest extends AbstractUnitTest {
final TableCreateDto request = TableCreateDto.builder() final TableCreateDto request = TableCreateDto.builder()
.name("New Table") .name("New Table")
.description("A wonderful table") .description("A wonderful table")
.isPublic(true)
.isSchemaPublic(true)
.columns(List.of(ColumnCreateDto.builder() .columns(List.of(ColumnCreateDto.builder()
.name("id") .name("id")
.nullAllowed(false) .nullAllowed(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment