Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for Smallest Common Multiple #9575

Merged
merged 1 commit into from
Jul 11, 2016
Merged

Add test for Smallest Common Multiple #9575

merged 1 commit into from
Jul 11, 2016

Conversation

BKinahan
Copy link
Contributor

@BKinahan BKinahan commented Jul 5, 2016

Pre-Submission Checklist

  • Your pull request targets the staging branch of FreeCodeCamp.
  • Branch starts with fix/
  • You have only one commit
  • All new and existing tests pass the command npm run test-challenges.

Type of Change

  • Small bug fix (non-breaking change which fixes an issue)

Checklist:

Description

Adds a new test for Smallest Common Multiple, with input [23,18]. Solution code from both the Wiki and seed provide the correct output in testing, and the incorrect code in #7292 does not. (Tests now include a case which does not have 1 as the low end of the range)

@BerkeleyTrue BerkeleyTrue added the status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. label Jul 5, 2016
@raisedadead
Copy link
Member

✨ ✨ LGTM. ✨ ✨

Thanks @BKinahan !

@raisedadead raisedadead merged commit ef49327 into freeCodeCamp:staging Jul 11, 2016
@raisedadead raisedadead removed the status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. label Jul 11, 2016
@BKinahan BKinahan deleted the fix/smallest-common-tests branch July 11, 2016 11:12
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.

None yet

3 participants