Skip to content

Commit 57ffbfd

Browse files
committed
feat(tests|replay): re-use same notification for render events
1 parent cad16ea commit 57ffbfd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/manual/renderer_replay.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,11 @@ function M.start(opts)
386386
or event.partID
387387
or event.messageID
388388
or ''
389-
vim.notify('Event ' .. index .. '/' .. count .. ': ' .. type .. ' ' .. id, vim.log.levels.INFO)
389+
vim.notify(
390+
'Event ' .. index .. '/' .. count .. ': ' .. type .. ' ' .. id,
391+
vim.log.levels.INFO,
392+
{ id = 'replay_event_log' }
393+
)
390394
end
391395

392396
local events = {

0 commit comments

Comments
 (0)