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