Skip to content

Commit

Permalink
test: using renamed enum from utility class
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 12, 2024
1 parent 599ccd5 commit 3ab9d4d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package org.eclipse.jnosql.databases.dynamodb.communication;


import org.assertj.core.api.SoftAssertions;
import org.eclipse.jnosql.communication.document.DocumentConfiguration;
import org.eclipse.jnosql.communication.document.DocumentManagerFactory;
import org.junit.jupiter.api.Assertions;
Expand Down Expand Up @@ -48,7 +47,7 @@ void shouldReturnDocumentManagerFactory() {
var configuration = DocumentConfiguration
.getConfiguration(DynamoDBDocumentConfiguration.class);

var settings = DynamoDBTestUtils.INSTANCE.getSettings();
var settings = DynamoDBTestUtils.CONFIG.getSettings();

assertSoftly(softly -> {
softly.assertThat(configuration)
Expand Down

0 comments on commit 3ab9d4d

Please sign in to comment.