Skip to content

Commit

Permalink
#100: fixed broken unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jan 9, 2018
1 parent f3b6e92 commit 16b8ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void shouldParsePublic() throws Exception {

// assert that input-string==output-string in input-string -> filter -> query -> filter -> output-string
private QueryParameter assertFilterQueryFilter(VISIBILITY visibility) {
String FILTER_STRING = ";;;;;;;;;" + visibility;
String FILTER_STRING = ";;;;;;;;;" + visibility.value;
return assertFilterQueryFilter(FILTER_STRING);
}

Expand Down

0 comments on commit 16b8ad8

Please sign in to comment.