-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
TypesAttributeAs expectation not properly working #327
Comments
Actually there is no issue 🎉 Inspection However there is a [53] pry(main)> Mulang::Code.native('Java', s).expect "*", "TypesAs:Queue"
=> false
[54] pry(main)>
[55] pry(main)> Mulang::Code.native('Java', s).expect "*", "TypesAs:LinkedList"
=> true So that looks just like a content error @Gustrucco |
Then I should add that this other exercise is using that expectation too: https://mumuki.io/staging/exercises/3802-objetos-con-tipado-estatico-colecciones-podes-cambiar-pero-no-redimensionarte |
Duplicate of #206 |
In exercise https://mumuki.io/staging/exercises/3720-objetos-con-tipado-estatico-practica-colecciones-permiso-yo-entre-primero
The following solution:
Should pass with failed expectation
* TypesAttributeAs:Queue
but said expectation is not currently failing.The text was updated successfully, but these errors were encountered: