Skip to content

Commit 4a5c21f

Browse files
committed
Minor fix
1 parent 38aae85 commit 4a5c21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobile/test/widget_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main() {
1313
// Set up test environment
1414
setUpAll(() async {
1515
// Initialize dotenv for tests
16-
await dotenv.load(fileName: ".env");
16+
await dotenv.load(fileName: '.env');
1717
// Override with test values
1818
dotenv.env['ENVIRONMENT'] = 'test';
1919
dotenv.env['API_BASE_URL'] = 'http://localhost:3000';

0 commit comments

Comments
 (0)