Skip to content

Commit

Permalink
Use more descriptive test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed Aug 23, 2024
1 parent b2e9fb2 commit 63c9950
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/hubspot/jinjava/EagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1163,9 +1163,9 @@ public void itHandlesDuplicateVariableReferenceModification() {
}

@Test
public void itHandlesDuplicateVariableReferenceModification2() {
public void itHandlesDuplicateVariableReferenceSpeculativeModification() {
expectedTemplateInterpreter.assertExpectedOutputNonIdempotent(
"handles-duplicate-variable-reference-modification-2/test"
"handles-duplicate-variable-reference-speculative-modification/test"
);
}

Expand Down

0 comments on commit 63c9950

Please sign in to comment.