Skip to content

Commit 7f80374

Browse files
committed
Fix typo
1 parent 7f34586 commit 7f80374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/msf/core/options/opt_port_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# falls back to just returning the original value
99
[ v, v ]
1010
}
11-
invalid_values = [ "yer mom", "0.1", "-1" "65536" ]
11+
invalid_values = [ "yer mom", "0.1", "-1", "65536" ]
1212

1313
it_behaves_like "an option", valid_values, invalid_values
1414
end

0 commit comments

Comments
 (0)