We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3a8f5 commit 728c650Copy full SHA for 728c650
kubernetes-client/test/Kubernetes/Client/Auth/BasicSpec.hs
@@ -52,4 +52,4 @@ spec = do
52
(_, (KubernetesClientConfig { configAuthMethods = AnyAuthMethod (a) : as })) <-
53
fromJust $ basicAuth basicAuthInfo (testTLSParams, testConfig)
54
null as `shouldBe` True
55
- isJust (cast a :: Maybe BasicAuth) `shouldBe` True
+ isJust (cast a :: Maybe BasicAuth) `shouldBe` True
0 commit comments