summaryrefslogtreecommitdiffstats
path: root/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test.rb')
-rw-r--r--test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.rb b/test.rb
index f74b92a..39569ee 100644
--- a/test.rb
+++ b/test.rb
@@ -51,7 +51,7 @@ class TC_State < Test::Unit::TestCase
assert_only_states('FooState{} (down)', 'FooState{:bob=>"123"} (up)', "BarState{} (up)")
end
- def test_hol_non_existant_state
+ def test_hold_non_existant_state
Bar.hold(:user)
assert_only_states "FooState{} (down)"
end