Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
melihaydogd committed Jun 27, 2024
1 parent 858bb60 commit b525db8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ public void testSubscriptionActivatesDatabaseTag() throws Exception {
assertThat(tags).hasSize(1);
tag = tags.get(0);
assertEquals(HapiExtensions.EXT_SUBSCRIPTION_MATCHING_STRATEGY, tag.getSystem());
assertEquals(SubscriptionMatchingStrategy.DATABASE.toString(), tag.getCode());
assertEquals("Database", tag.getDisplay());
assertEquals(SubscriptionMatchingStrategy.IN_MEMORY.toString(), tag.getCode());
assertEquals("In-memory", tag.getDisplay());
}

@Test
Expand Down

0 comments on commit b525db8

Please sign in to comment.