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
1 changed files with 2 additions and 0 deletions

View File

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