test: removed old group

pull/14/head
RuiAlonso 4 years ago
parent 85cbe42958
commit 3a092f8a1c

@ -11,7 +11,6 @@ class Binomial {
}
void main() {
group('Maths', () {
group('calculateArc', () {
test('returns by default 100 points as indicated by precision', () {
final points = calculateArc(
@ -21,6 +20,7 @@ void main() {
);
expect(points.length, 100);
});
test('returns as many points as indicated by precision', () {
final points = calculateArc(
center: Vector2.zero(),
@ -156,5 +156,4 @@ void main() {
});
});
});
});
}

Loading…
Cancel
Save