1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

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 = [
"The 'programs.neomutt.(binds|macros).map' list must contain at least one element."
];