This commit is contained in:
James Lee 2012-11-29 14:42:27 -06:00
parent 7f34586780
commit 7f803744d2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ describe Msf::OptPort do
# falls back to just returning the original value
[ v, v ]
}
invalid_values = [ "yer mom", "0.1", "-1" "65536" ]
invalid_values = [ "yer mom", "0.1", "-1", "65536" ]
it_behaves_like "an option", valid_values, invalid_values
end