Skip to content

Commit

Permalink
Fix git config test failure (#2836)
Browse files Browse the repository at this point in the history
Change git config property used in tests to a test property instead
of an existing one (difftool.prompt).

Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk authored and Igor Vinokur committed Oct 24, 2016
1 parent 6178cc6 commit 780c97c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public class ConfigTest {

private static final String PROPERTY_NAME = "difftool.prompt";
private static final String PROPERTY_NAME = "test.prop";
private static final String INVALID_PROPERTY_NAME = "someInvalidProperty";
private static final String PROPERTY_VALUE = "testValue";

Expand Down

0 comments on commit 780c97c

Please sign in to comment.