Skip to content

Commit a8bdaa0

Browse files
author
Shimin Guo
committed
grammar fix
1 parent 9945e63 commit a8bdaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeconfig/test/Spec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main = do
1414
config :: Config <- fromJust <$> decodeFile "test/testdata/kubeconfig.yaml"
1515
hspec $ do
1616
describe "FromJSON and ToJSON instances" $ do
17-
it "roundtrip successfully" $ do
17+
it "roundtrips successfully" $ do
1818
decode (encode (toJSON config)) `shouldBe` Just config
1919
describe "getContext" $ do
2020
it "returns the correct context" $ do

0 commit comments

Comments
 (0)