Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos authored and romain-grecourt committed May 1, 2024
1 parent c275fa7 commit 00d2950
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 @@ -32,7 +32,7 @@
some.key1=some.value1
some.key2=some.value2
""")
class TestConfigBlobProperties {
class TestAddConfigBlockProperties {

@Inject
@ConfigProperty(name = "some.key1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
another2:
key: "another2.value"
""")
class TestConfigBlobYaml {
class TestAddConfigBlockYaml {

@Inject
@ConfigProperty(name = "another1.key")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
some.key1=some.value1
some.key2=some.value2
""")
class TestConfigBlobProperties {
class TestAddConfigBlockProperties {

@Inject
@ConfigProperty(name = "some.key1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
another2:
key: "another2.value"
""")
class TestConfigBlobYaml {
class TestAddConfigBlockYaml {

@Inject
@ConfigProperty(name = "another1.key")
Expand Down

0 comments on commit 00d2950

Please sign in to comment.