svtk / AtomicKotlinCourse

88 stars 21 forks source link

fix(Creating Classes #2 Tests ): Updated tests to handle large numbers #56

Closed sofiiako closed 3 years ago

sofiiako commented 3 years ago

Replaced toIntOrNull() with toLongOrNull() in the test to prevent failure on large numbers

Closes https://youtrack.jetbrains.com/issue/EDC-449