Merge pull request #891 from basho/fix/gg/naming

minor renaming/typos
This commit is contained in:
Gordon Guthrie 2015-10-14 12:35:50 +00:00
commit 75654db9be
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%%% Test the greater than operator on a varchar, this
%%% Test the if a varchar matches an integer
%%% is not allowed.
-module(ts_A_select_fail_4).

View File

@ -2,7 +2,7 @@
%%% This test asserts that results for small queries are
%%% returned in key-sorted order
-module(ts_select_sorted_on_key).
-module(ts_B_select_pass_3_sorted_on_key).
-behavior(riak_test).