Skip to content

Commit

Permalink
Change folder for test
Browse files Browse the repository at this point in the history
Attempt to resolve issues in riak test_deps
  • Loading branch information
martinsumner committed May 13, 2020
1 parent 9273682 commit 326cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cuttlefish_integration_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
generated_conf_file_test() ->
{_, Mappings, _} = cuttlefish_schema:file(
cuttlefish_test_util:test_file("riak.schema")),
cuttlefish_conf:generate_file(Mappings, "../generated.conf"),
cuttlefish_conf:generate_file(Mappings, "generated.conf"),
%% Schema generated a conf file, let's parse it!
Conf = cuttlefish_conf:file("generated.conf"),
?assertEqual("8099", proplists:get_value(["handoff","port"], Conf)),
Expand Down

0 comments on commit 326cdb6

Please sign in to comment.