Skip to content

Commit 193a30a

Browse files
committed
Make Artist.year an Int in the tests
1 parent 25ada9b commit 193a30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ main = runAff C.print (const $ C.log "All ok") $ do
3838

3939
data Artist = Artist
4040
{ name :: String
41-
, year :: Number
41+
, year :: Int
4242
}
4343

4444
connectionInfo =

0 commit comments

Comments
 (0)