Skip to content

Commit

Permalink
tests/online/urls: Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Dec 6, 2023
1 parent 7299a2f commit d8dc314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/online/urls.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(in-package :nyxt/tests)

(define-test parse-url (:tags :online)
(let* ((*browser* (make-instance 'browser)))
(let ((*browser* (make-instance 'browser)))
;; "full URL"
(assert-equality #'quri:uri=
(quri:uri "https://nyxt-browser.com")
Expand Down

0 comments on commit d8dc314

Please sign in to comment.