neomutt: add missing stub in test (#3996)

Fixes tests on Darwin
This commit is contained in:
Naïm Favier 2023-05-17 12:46:04 +02:00 committed by GitHub
parent b7d814c574
commit e14e797041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ with lib;
}]; }];
}; };
test.stubs.neomutt = { };
test.asserts.assertions.expected = [ test.asserts.assertions.expected = [
"The 'programs.neomutt.(binds|macros).map' list must contain at least one element." "The 'programs.neomutt.(binds|macros).map' list must contain at least one element."
]; ];