Skip to content

Commit

Permalink
🐛 Test folder location update (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
faiyaz-shaikh authored Apr 3, 2023
1 parent 2684b9d commit 8d6a21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

pubspec.lock
.vscode/
/build/
3 changes: 1 addition & 2 deletions lib/test/extensions_test.dart → test/extensions_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:calendar_view/calendar_view.dart';
import 'package:test/test.dart';

import '../calendar_view.dart';

void main() {
group('DateTimeExtensions', () {
test('datesOfWeek_simple', () {
Expand Down

0 comments on commit 8d6a21e

Please sign in to comment.