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

refactor!: isEnabled getter and setter #65

Merged
merged 13 commits into from
Aug 26, 2022
Prev Previous commit
Next Next commit
Update packages/forge2d/test/dynamics/contacts/contact_test.dart
  • Loading branch information
spydon authored Aug 26, 2022
commit d40159c114350bf2dd655e92a047771a884c6e7c
2 changes: 1 addition & 1 deletion packages/forge2d/test/dynamics/contacts/contact_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class _TestContact extends Contact {
void evaluate(_, __, ___) => throw UnimplementedError();
}

void mian() {
void main() {
group('Contact', () {
late Fixture fixtureA;
late int indexA;
Expand Down