Skip to content

Commit

Permalink
tests/renderer-offline/execute-command-eval: Fix bug.
Browse files Browse the repository at this point in the history
Should have been part of commit 58face9.
  • Loading branch information
aadcg committed Apr 2, 2023
1 parent 0798cde commit b4ac305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/renderer-offline/execute-command-eval.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
(nyxt:set-prompt-buffer-input "1+ 3" prompt-buffer)
(prompter:all-ready-p prompt-buffer)
(nyxt/prompt-buffer-mode:last-suggestion prompt-buffer)
(nyxt/prompt-buffer-mode:previous-suggestion prompt-buffer)
(calispel:! channel (nyxt:current-suggestion-value prompt-buffer))
(nyxt/prompt-buffer-mode:quit-prompt-buffer prompt-buffer))
(nyxt:run-thread "run execute-command"
Expand Down

3 comments on commit b4ac305

@aadcg
Copy link
Member Author

@aadcg aadcg commented on b4ac305 Apr 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CC @aartaka.

@aartaka
Copy link
Contributor

@aartaka aartaka commented on b4ac305 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why that happened, but cool to see it fixed!

@aadcg
Copy link
Member Author

@aadcg aadcg commented on b4ac305 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was due to #2868.

Please sign in to comment.