ciscoheat / buddy

Your friendly BDD testing library for Haxe!
MIT License
96 stars 24 forks source link

Fix #67

Closed jasononeil closed 7 years ago

jasononeil commented 7 years ago

It turns out when I opened that PR that I didn't properly test it, and there were 2 very stupid mistakes in the code that ended up being merged:

I've fixed both of these. I wondered about doing an alias for the old (wrong) name with some @:deprecated metadata, but given that the class could never have compiled without the package definition, I think it's safe to rename it without calling it a breaking change.

Sorry for the mess around! I've actually tested it this time and it's working :)

ciscoheat commented 7 years ago

No problem, thanks for your involvement. :)