diff options
| author | Attila Lendvai <attila@lendvai.name> | 2022-08-24 14:40:42 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-08-25 00:10:42 -0400 |
| commit | 6fb9759ef3b8eb2a2b10c3f02a57ece29b5c53ba (patch) | |
| tree | d595379184b9aae3617ccffcc07bc08abb35de3f /tests | |
| parent | ee08277a70d29b6d707524a4e17620f50b87adf4 (diff) | |
services: configuration: Change the value of the unset marker.
The new value of %unset-value sticks out more when something goes wrong, and
is also more unique; i.e. easier to search for.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/services/configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/services/configuration.scm b/tests/services/configuration.scm index 8ed4ed4b66c..4f8a74dc8ac 100644 --- a/tests/services/configuration.scm +++ b/tests/services/configuration.scm | |||
| @@ -150,7 +150,7 @@ | |||
| 150 | (protocol maybe-symbol "")) | 150 | (protocol maybe-symbol "")) |
| 151 | 151 | ||
| 152 | ;;; Maybe symbol values are currently seen as serializable, because the | 152 | ;;; Maybe symbol values are currently seen as serializable, because the |
| 153 | ;;; unspecified value is 'unset, which is a symbol itself. | 153 | ;;; unspecified value is '%unset-marker%, which is a symbol itself. |
| 154 | ;;; TODO: Remove expected fail marker after resolution. | 154 | ;;; TODO: Remove expected fail marker after resolution. |
| 155 | (test-expect-fail 1) | 155 | (test-expect-fail 1) |
| 156 | (test-equal "symbol maybe value serialization, unspecified" | 156 | (test-equal "symbol maybe value serialization, unspecified" |
