Skip to content

Commit

Permalink
updated datasafe-simple-adapter test
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Jul 10, 2024
1 parent 39b5deb commit acc8078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import static org.junit.Assert.assertTrue;

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

private UserIDAuth userIDAuth = new UserIDAuth(new UserID("peter"), ReadKeyPasswordTestFactory.getForString("password"));
private String content = "content of document";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.test.context.ActiveProfiles;

@ActiveProfiles("filesystem")
public class InjectionForFilesystemIT extends InjectionIT {
public class InjectionForFilesystemTest extends InjectionIT {

@Autowired
SimpleDatasafeService datasafeService;
Expand Down

0 comments on commit acc8078

Please sign in to comment.