Skip to content

Commit

Permalink
[#12] Renamed example json module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Nov 13, 2014
1 parent e9fbad3 commit 9e7eb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/egithub_json_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ end_per_suite(_Config) ->
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

encode_callback(_Config) ->
application:set_env(json, egithub, egithub_example),
application:set_env(json, egithub, egithub_json_example),
1 = egithub_json:encode(#{}).

decode_callback(_Config) ->
application:set_env(json, egithub, egithub_example),
application:set_env(json, egithub, egithub_json_example),
2 = egithub_json:decode(#{}).
2 changes: 1 addition & 1 deletion test/egithub_example.erl → test/egithub_json_example.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-module(egithub_example).
-module(egithub_json_example).

-behaviour(egithub_json).

Expand Down

0 comments on commit 9e7eb82

Please sign in to comment.