Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Aug 31, 2023
1 parent 0c7f220 commit 67fe5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SecretsIntegrationTest extends IntegrationTestBase {
}
}

"dbutils.secrets.get()" should "get a secret in a scope" taggedAs(Integration, SecretsGet) in {
"dbutils.secrets.get()" should "get a secret in a scope" taggedAs (Integration, SecretsGet) in {
val scopeName = NameUtils.uniqueName("dbutils")
inScope(scopeName) {
val secretName = NameUtils.uniqueName("dbutils")
Expand All @@ -54,7 +54,7 @@ class SecretsIntegrationTest extends IntegrationTestBase {
}
}

"dbutils.secrets.getBytes()" should "get a secret in a scope" taggedAs(Integration, SecretsGet) in {
"dbutils.secrets.getBytes()" should "get a secret in a scope" taggedAs (Integration, SecretsGet) in {
val scopeName = NameUtils.uniqueName("dbutils")
inScope(scopeName) {
val secretName = NameUtils.uniqueName("dbutils")
Expand All @@ -70,4 +70,3 @@ class SecretsIntegrationTest extends IntegrationTestBase {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ class VolumeIntegrationTestBase extends IntegrationTestBase with Matchers with B
super.afterAll()
}
}

0 comments on commit 67fe5f5

Please sign in to comment.