Skip to content

Commit fd77358

Browse files
committed
Merge pull request #608 from tgxworld/fix_typo
Typo.
2 parents d1a7f21 + dad3f4a commit fd77358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/sentinel_command_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require File.expand_path("helper", File.dirname(__FILE__))
44

5-
class SentinalCommandsTest < Test::Unit::TestCase
5+
class SentinelCommandsTest < Test::Unit::TestCase
66

77
include Helper::Client
88

test/sentinel_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require File.expand_path("helper", File.dirname(__FILE__))
44

5-
class SentinalTest < Test::Unit::TestCase
5+
class SentinelTest < Test::Unit::TestCase
66

77
include Helper::Client
88

0 commit comments

Comments
 (0)