Skip to content

Commit bbdb97e

Browse files
committed
fix broken test
1 parent 225caf4 commit bbdb97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/private_key_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
it "raises DecodeError parsing #{name}" do
3737
expect {
3838
described_class.parse(fixture(name))
39-
}.to raise_error(SSHData::DecryptError)
39+
}.to raise_error(SSHData::DecodeError)
4040
end
4141
end
4242
end

0 commit comments

Comments
 (0)