Skip to content

Commit

Permalink
style(solve): format solve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GabinL21 committed Aug 5, 2023
1 parent 7e2262f commit ca3762a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/solve/model/solve_test.dart
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:kubrs_app/solve/model/solve.dart';

final _currentDateTime = DateTime(2000);

void main() {
final solve = Solve(
uid: '',
timestamp: DateTime(2000),
time: const Duration(seconds: 10),
scramble: '',
);

group('Solve', () {
test('returns correct effective time without +2', () {
expect(solve.getEffectiveTime(), const Duration(seconds: 10));
Expand Down

0 comments on commit ca3762a

Please sign in to comment.