Skip to content

Commit

Permalink
Fixing DB cleanup in a test to ensure reproducible data
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Oct 21, 2022
1 parent 1fa229f commit d03967f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class GET_ReadAccess_OverlayIT extends DbTest {

@BQTestTool
static final AgCayenneTester tester = tester(Resource.class)
.entities(E2.class, E3.class, E4.class)
.entities(E2.class, E3.class, E4.class, E14.class)
.build();

@Test
Expand Down

0 comments on commit d03967f

Please sign in to comment.