Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jun 24, 2010
1 parent c9210ea commit c92159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/selftest.erl
Expand Up @@ -100,7 +100,7 @@ test("Simple test with a single dependency on a failing test") ->
[{require, [{failure, ["Simple failing test"]}]},
ok()];

test("Simple test with a non-existent dependecy, should be unreachable") ->
test("Simple test with a non-existent dependency, should be unreachable") ->
[{require, [{success, ["Non-existent test, should fail"]}]},
ok()];

Expand Down

0 comments on commit c92159a

Please sign in to comment.