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

CLI betas, Methpype full tutorial #7

Merged
merged 24 commits into from
Jul 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_array.py
  • Loading branch information
Marc Maxmeister authored Jul 23, 2019
commit 6b2426d3f3fd97a9d552cd64a0332cd87f7fe103
2 changes: 1 addition & 1 deletion tests/models/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_inits_correctly(self):
class TestArrayType():
def test_enum_has_correct_values(self):
assert ArrayType.CUSTOM.value == 'custom'
assert ArrayType.ILLUMINA_450K.value == '27k'
assert ArrayType.ILLUMINA_27K.value == '27k'
assert ArrayType.ILLUMINA_450K.value == '450k'
assert ArrayType.ILLUMINA_EPIC.value == 'epic'
assert ArrayType.ILLUMINA_EPIC_PLUS.value == 'epic+'
Expand Down