remove debugging print
This commit is contained in:
parent
66628ca043
commit
4384c1df07
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ getConfigEntrySpec = describe "getConfigEntry" $ do
|
|||
|
||||
it "allows to distinguish between different config entries with the same type by tag" $ do
|
||||
let cfg = 'a' .: 'b' .: EmptyConfig :: Config '[ConfigEntry 1 Char, ConfigEntry 2 Char]
|
||||
print cfg
|
||||
getConfigEntry (Proxy :: Proxy 1) cfg `shouldBe` 'a'
|
||||
|
||||
context "Show instance" $ do
|
||||
|
|
Loading…
Reference in a new issue