Skip to content

Commit

Permalink
WW-4698 Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Nov 30, 2016
1 parent 1bf7de8 commit 0376698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public void testSimpleValue() throws Exception {
ValueSubstitutor substitutor = new EnvsValueSubstitutor();

// when
String actual = substitutor.substitute("${ENV.USER}");
String actual = substitutor.substitute("${env.USER}");

// then
assertEquals(expected, actual);
Expand Down

0 comments on commit 0376698

Please sign in to comment.