Skip to content

Commit

Permalink
Correct typo in refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sabracrolleton committed Feb 10, 2020
1 parent 1ddec47 commit 635e3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/test-package.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;;; -*- Mode: LISP; Syntax: Ansi-Common-Lisp; Base: 10; Package: CL-USER; -*-

(defpackage :saslprep-tests
(:use :common-lisp :fiveam :saslprep)
(defpackage :uax-15-tests
(:use :common-lisp :fiveam :uax-15)
(:export #:run))

0 comments on commit 635e3e6

Please sign in to comment.