Skip to content

Commit

Permalink
Change from generator to real test
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus authored and horkhe committed Oct 24, 2012
1 parent 6be0ba1 commit 3d6fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meck_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ stub_all_overridden_by_passthrough_test() ->
?assertEqual(a, meck_test_module:a()),
ok = meck:unload(meck_test_module).

passthrough_file_bif_test_() ->
passthrough_file_bif_test() ->
NeverExists = "/proc/0", %% 0 is invalid
AlwaysExists = "/proc/1", %% 1 is init
?assertEqual({error, enoent}, file:read_file_info(NeverExists)),
Expand Down

0 comments on commit 3d6fcdf

Please sign in to comment.