Skip to content

Commit

Permalink
fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Aug 13, 2019
1 parent fa72986 commit e566a9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"description":"that is the description",
"name":"name",
"provider":"org.jnosql.artemis.kv.KeyValueConfigurationMock",
"provider":"org.jnosql.artemis.keyvalue.KeyValueConfigurationMock",
"settings":{
"key":"value",
"key2":"value2"
Expand All @@ -12,7 +12,7 @@
{
"description":"that is the description",
"name":"name-2",
"provider":"org.jnosql.artemis.kv.KeyValueConfigurationMock",
"provider":"org.jnosql.artemis.keyvalue.KeyValueConfigurationMock",
"settings":{
"key":"value",
"key2":"value2",
Expand Down

0 comments on commit e566a9e

Please sign in to comment.