summaryrefslogtreecommitdiff
path: root/t/test-custodian-testfactory.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/test-custodian-testfactory.rb')
-rwxr-xr-xt/test-custodian-testfactory.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb
index db25462..83585db 100755
--- a/t/test-custodian-testfactory.rb
+++ b/t/test-custodian-testfactory.rb
@@ -109,7 +109,7 @@ class TestTestFactory < Test::Unit::TestCase
assert(obj)
assert(obj.kind_of? Array)
assert(!obj.empty?)
- assert(obj[0].port.to_s == prt , "'#{str}' gave expected port '#{prt}'.")
+ assert(obj[0].port.to_s == prt, "'#{str}' gave expected port '#{prt}'.")
end
end
@@ -156,7 +156,7 @@ class TestTestFactory < Test::Unit::TestCase
assert(obj.kind_of? Array)
assert(!obj.empty?)
- assert(obj[0].port.to_s == prt , "'#{str}' gave expected port '#{prt}'.")
+ assert(obj[0].port.to_s == prt, "'#{str}' gave expected port '#{prt}'.")
end
end
end