Skip to content

Commit

Permalink
Merge pull request #330 from adorsys/rename-datasafe-simple-adapter-s…
Browse files Browse the repository at this point in the history
…pring-test-files

Rename datasafe simple adapter spring test files
  • Loading branch information
AssahBismarkabah committed Jul 15, 2024
2 parents 26674d8 + abfc380 commit bcf23f5
Show file tree
Hide file tree
Showing 4 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 @@ -39,7 +39,7 @@

@Slf4j
class SimpleAdapterFeatureTest 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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import static org.junit.jupiter.api.Assertions.*;

@Slf4j
class SimpleDatasafeAdapterTest extends WithStorageProvider {
class SimpleDatasafeAdapterIT extends WithStorageProvider {

private SimpleDatasafeService simpleDatasafeService;
private UserIDAuth userIDAuth;
Expand Down

0 comments on commit bcf23f5

Please sign in to comment.