Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fixing incorrect test name
Browse files Browse the repository at this point in the history
s/Truth/Koans/ -- woes of copy and paste.. confirmed other testnames and calls are correct
  • Loading branch information
chorankates-sfdc committed Aug 1, 2012
1 parent cba683e commit e852a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion road_to_illumination.pl
Expand Up @@ -66,7 +66,7 @@ package Perl::Koans;
#require 'about_xml.pl'; # really thinking about_xml_simple.pl
#require 'about_file_find.pl'; # good real world example of callbacks and sub refs

is (Perl::Koans::Koans::run(), 0, 'Perl::Koans::Truth'); # http://is.gd/C34W25
is (Perl::Koans::Koans::run(), 0, 'Perl::Koans::Koans'); # http://is.gd/C34W25
is (Perl::Koans::Truth::run(), 0, 'Perl::Koans::Truth');
is (Perl::Koans::Defined::run(), 0, 'Perl::Koans::Defined');
is (Perl::Koans::Variables::run(), 0, 'Perl::Koans::Variables');
Expand Down

0 comments on commit e852a0c

Please sign in to comment.