Skip to content

Misleading enum entry name in test source file #438

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

Closed
LouisCAD opened this issue Jul 17, 2018 · 1 comment
Closed

Misleading enum entry name in test source file #438

LouisCAD opened this issue Jul 17, 2018 · 1 comment

Comments

@LouisCAD
Copy link
Contributor

ARRAY_10 {
override fun create(): Channel<Int> = ArrayChannel(8)
override fun toString(): String = "ArrayChannel(8)"
},

The enum entry is called ARRAY_10 but the ArrayChannel is of size 8, which is inconsistent with the rest of the enum entries.

@LouisCAD LouisCAD mentioned this issue Jul 17, 2018
@qwwdfsad
Copy link
Collaborator

I already fixed that in develop

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

No branches or pull requests

2 participants