Skip to content

Commit 30ecced

Browse files
committed
chore: correct test name
1 parent 2d15c7d commit 30ecced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/empty_env_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void main() {
2020
expect(dotenv.env.isEmpty, isTrue);
2121
});
2222

23-
test('empty .env file with isOptional=false should throw FileEmptyError',
23+
test('empty .env file with isOptional=false should throw EmptyEnvFileError',
2424
() {
2525
// This test verifies that an empty .env file still throws when isOptional is false
2626
expect(() {

0 commit comments

Comments
 (0)