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

AboutConstructors: complexConstructorOrder() #17

Closed
kjc opened this issue Nov 13, 2011 · 1 comment
Closed

AboutConstructors: complexConstructorOrder() #17

kjc opened this issue Nov 13, 2011 · 1 comment

Comments

@kjc
Copy link
Contributor

kjc commented Nov 13, 2011

Typo: The koan doesn't use the new classes (Aa and Bb) that were created just for it:

@Koan
public void complexConstructorOrder(){
    assertEquals(new B().someString, __);
}

The assertion should be:

    assertEquals(new Bb().someString, __);
@matyb
Copy link
Owner

matyb commented Nov 14, 2011

Good catch, this should be corrected now.

@matyb matyb closed this as completed Nov 14, 2011
matyb pushed a commit that referenced this issue Jun 24, 2016
Get latest upstream changes from matyb
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