Skip to content

Commit

Permalink
fix another intercept, jvm tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Nov 26, 2023
1 parent 32f41f0 commit 65ae9b6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ class NamespacesApiTest extends MinikubeClientProvider {
}

test("get a namespace fail on non existing namespace") {
intercept[UnexpectedStatus] {
usingMinikube(implicit client => getChecked("non-existing"))
}
usingMinikube(implicit client => getChecked("non-existing")).intercept[UnexpectedStatus]
}

test("delete a namespace") {
Expand Down

0 comments on commit 65ae9b6

Please sign in to comment.