Skip to content

Commit

Permalink
fix failing test after typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed May 8, 2024
1 parent 6eb754b commit c8cf388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AbstractBucketTest extends AnyFunSuite with BeforeAndAfterEach with Mockit
fn
}
val message = thrown.getMessage()
assert(message.contains("Using credentials as parameters is forbidded"))
assert(message.contains("Using credentials as parameters is forbidden"))
assert(message.contains("Please use an Exasol named connection object"))
()
}
Expand Down

0 comments on commit c8cf388

Please sign in to comment.