Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
PROC-1444: Fix unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygoodwin committed Feb 29, 2024
1 parent c222086 commit 2a2fa1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void testElExpressionsShouldBeAvailable() {
}

@Test
public void testElExpressionsShouldBeAvailableMap() {
public void testElExpressionsShouldBeAvailableNestedMap() {
final Map<String, Boolean> value = singletonMap("bar", true);
final Map<String, Object> values = singletonMap("foo", value);
{
Expand Down

0 comments on commit 2a2fa1d

Please sign in to comment.