Skip to content

Conversation

DavidRomao
Copy link

Hi,
I've updated gradle to version 7.6.1 and kotlin to the most recent version 1.8.20. This required some small changes as some functions from kotlin-stdlib were renamed.
I also introduced the kotlin-tests libraries which provide an abstraction over junit. With this change I also replaced junit4 with JUnit5.

Comment on lines -37 to +38
for (j in -15 until -1) {
assertEquals(sqrt(i.toDouble()), sqrt(i.toDouble()), j.toDouble())
for (j in 2 until 16) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a functional change, the test intended to validate negative numbers

@bmaslakov
Copy link
Owner

Mind also updating README.md to reference the actual version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants