Skip to content

Commit

Permalink
update simple-adapter-impl test
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Jul 9, 2024
1 parent c456aca commit 4e6f7cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import static org.assertj.core.api.Assertions.assertThat;

class CleanupDbTest extends WithStorageProvider {
class CleanupDbIT extends WithStorageProvider {

private SimpleDatasafeService simpleDatasafeService;
private DFSCredentials dfsCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import static org.assertj.core.api.Assertions.assertThat;

class DFSRelativeToRootProfileTest extends WithStorageProvider {
class DFSRelativeToRootProfileIT extends WithStorageProvider {

private SimpleDatasafeService simpleDatasafeService;
private UserIDAuth userIDAuth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
import static org.junit.Assert.assertTrue;

@Slf4j
class SimpleAdapterFeatureTest extends BaseMockitoTest {
class SimpleAdapterFeatureIT extends BaseMockitoTest {

private UserIDAuth userIDAuth = new UserIDAuth(new UserID("peter"), ReadKeyPasswordTestFactory.getForString("password"));
private String content = "content of document";
private String path = "a/b/c.txt";
Expand Down

0 comments on commit 4e6f7cd

Please sign in to comment.