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

Fail test case when isValid gets <UNINITIALIZED> #118

Open
ystarangl opened this issue Oct 7, 2021 · 0 comments
Open

Fail test case when isValid gets <UNINITIALIZED> #118

ystarangl opened this issue Oct 7, 2021 · 0 comments

Comments

@ystarangl
Copy link
Contributor

m.assert.isValid(...) passes when gets <UNINITIALIZED>.

m.describe("initialization", sub()
    m.it("creates a component", sub()
        ? component
        m.assert.isValid(component, "node must not be invalid")
    end sub)
end sub)

@ystarangl ystarangl changed the title Fail test case when isValid gets \<UNINITIALIZED\> Fail test case when isValid gets <UNINITIALIZED> Oct 7, 2021
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

1 participant