Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
e1da5637
Commit
e1da5637
authored
Jan 11, 2021
by
Komal Makkar
Browse files
minor change
parent
5f5c5d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/opengroup/osdu/azure/servicebus/SubscriptionClientFactoryImplTest.java
View file @
e1da5637
...
@@ -107,6 +107,7 @@ public class SubscriptionClientFactoryImplTest {
...
@@ -107,6 +107,7 @@ public class SubscriptionClientFactoryImplTest {
.
build
());
.
build
());
assertNotNull
(
subscriptionClientFactorySpy
.
getClient
(
PARTITION_ID
,
TOPIC_NAME
,
SUBSCRIPTION_NAME
));
assertNotNull
(
subscriptionClientFactorySpy
.
getClient
(
PARTITION_ID
,
TOPIC_NAME
,
SUBSCRIPTION_NAME
));
verify
(
this
.
clientCache
,
times
(
1
)).
put
(
any
(),
any
());
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment