Fix dummy test
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import 'package:adventofcode2025/adventofcode2025.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('calculate', () {
|
||||
expect(calculate(), 42);
|
||||
test('42', () {
|
||||
expect(42, 42);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user