Skip to content

Commit

Permalink
Fix test annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 12, 2024
1 parent d0a18bc commit 39e9520
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ public void clearFeedback() {}
"should not believe there is a cycle here");
}

@Test
public void testCacheAnswersTrue() throws InterpolationException {
Properties p = new Properties();
p.setProperty("key", "value");
Expand Down Expand Up @@ -444,6 +445,7 @@ public int getExistingCallCount() {
assertEquals(3 + 4, interpolator.getExistingCallCount());
}

@Test
public void testCacheAnswersFalse() throws InterpolationException {
Properties p = new Properties();
p.setProperty("key", "value");
Expand Down

0 comments on commit 39e9520

Please sign in to comment.