Skip to content

Commit 564f26b

Browse files
Martin CoxThomas Arts
authored andcommitted
Fix schema tests - incorrect path after moving riak.schema.
1 parent 8b0165a commit 564f26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/riak/test/riak_schema_test.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-include_lib("eunit/include/eunit.hrl").
33
-compile(export_all).
44

5-
-define(riak_schema, "rel/files/riak.schema").
5+
-define(riak_schema, "priv/riak.schema").
66
-define(eleveldb_schema, "_build/test/lib/eleveldb/priv/eleveldb.schema").
77

88
basic_schema_test() ->

0 commit comments

Comments
 (0)