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

trie: add test to cover out-of-order key error etc #74

Merged
merged 1 commit into from Mar 18, 2019

Conversation

drmingdrmer
Copy link
Member

Description

Add test of ErrDuplicateKeys and ErrKeyOutOfOrder

Type of change

  • Bug fix
  • Refactoring
  • Test changes

Checklist:

  • Style: My code follows the style guidelines of this project
  • Self-review: I have performed a self-review of my own code
  • Comment: I have commented my code, particularly in hard-to-understand areas
  • Doc: I have made corresponding changes to the documentation
  • No-warnings: My changes generate no new warnings
  • Add-test: I have added tests that prove my fix is effective or that my feature works
  • Pass: New and existing unit tests pass locally with my changes
  • Dep: Any dependent changes have been merged and published in downstream modules

@drmingdrmer drmingdrmer merged commit 47663bd into master Mar 18, 2019
@drmingdrmer drmingdrmer deleted the trie-test-outoforder branch March 18, 2019 09:24
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

2 participants