Skip to content

Commit

Permalink
different wording in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
iartarisi committed Jan 6, 2012
1 parent 69e3d55 commit 1c3790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tc_augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_load_bad_lens
aug = aug_open(Augeas::NO_LOAD)
aug.transform(:lens => "bad_lens", :incl => "irrelevant")
assert_raises(Augeas::LensNotFoundError) { aug.load }
assert_equal aug.error[:details], "Could not find lens bad_lens"
assert_equal aug.error[:details], "Can not find lens bad_lens"
end

def test_transform
Expand Down

0 comments on commit 1c3790e

Please sign in to comment.