Skip to content

Commit

Permalink
Closes #107 - Modified the class name to match the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Jan 23, 2024
1 parent 7b722db commit f037cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import software.amazon.awssdk.services.secretsmanager.model.{GetSecretValueReque
import scala.util.{Try, Success}


class RetrieveAwsSecretSpec extends AnyFlatSpec with MockitoSugar {
class RetrieveAwsSecretTest extends AnyFlatSpec with MockitoSugar {

"retrieveAwsSecret" should "return secret keys from AWS" in {
val mockSecretsManagerClient = mock[SecretsManagerClient]
Expand Down

0 comments on commit f037cf0

Please sign in to comment.