Skip to content

Commit

Permalink
fix: typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tux3 committed Aug 20, 2019
1 parent 49d95d4 commit d37177f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InputStreamTests : TankerSpec() {
shouldThrow<IOException> { encryptionStream.read() }
}

"Attempting to decrypt a closed throws" {
"Attempting to decrypt a closed stream throws" {
val channel = InputStreamWrapper(array.inputStream())
val encryptionStream = TankerChannels.toInputStream(tanker.encrypt(channel).get())
encryptionStream.close()
Expand Down

0 comments on commit d37177f

Please sign in to comment.