Skip to content

Commit

Permalink
nixos/test/fcitx5: add assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Oct 27, 2024
1 parent 072f2ee commit 620dccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/fcitx5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ rec {
### Verify that file contents are as expected
file_content = machine.succeed("cat ${user.home}/fcitx_test.out")
assert file_content == "☺一下한कか\n"
assert file_content == "☺一下한कか\n", f'output does not match input:\n{file_content}'
''
;
})

0 comments on commit 620dccb

Please sign in to comment.