Use buffer-string for content of entire buffer

This commit is contained in:
contrapunctus 2020-09-09 00:51:14 +05:30
parent 49dce9fede
commit a5cea27553
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
(expect
(with-current-buffer buffer
(chronometrist-plist-pp-buffer)
(buffer-substring (point-min) (point-max)))
(buffer-string))
:to-equal
(concat
"(:name \"Task\"\n"