Skip to content

Commit

Permalink
etl: Bump the version from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sshine committed Oct 14, 2019
1 parent 21c5dd4 commit 7291c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/etl/test/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ specs =

describe "transform" $ do

it "a single letter" $
it "single letter" $
transform (fromList [(1, "A")])
`shouldBe` fromList [('a', 1)]

Expand Down

0 comments on commit 7291c1d

Please sign in to comment.