Fixed a typo in an error class name
This commit is contained in:
parent
b9d00f42e6
commit
d84dd66da0
@ -176,7 +176,7 @@ module BasetestReadline
|
||||
assert_equal("", line2)
|
||||
begin
|
||||
assert_equal("", Readline.line_buffer)
|
||||
rescue NotimplementedError
|
||||
rescue NotImplementedError
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user