diff --git a/test/src/e2e_vm_tests/test_programs/should_fail/match_expressions_non_exhaustive/Forc.toml b/test/src/e2e_vm_tests/test_programs/should_fail/match_expressions_non_exhaustive/Forc.toml index 9876edb5171..8ed8eda3b2a 100644 --- a/test/src/e2e_vm_tests/test_programs/should_fail/match_expressions_non_exhaustive/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/should_fail/match_expressions_non_exhaustive/Forc.toml @@ -1,5 +1,5 @@ [project] -author = "Fuel Labs " +authors = ["Fuel Labs "] license = "Apache-2.0" name = "match_expressions_non_exhaustive" entry = "main.sw"