tests: Fix module name for 'lint'.
* tests/lint.scm: Change module name to 'test-lint'.
This commit is contained in:
parent
fbbcf6989b
commit
4e7b6b4838
|
@ -18,8 +18,7 @@
|
|||
;;; You should have received a copy of the GNU General Public License
|
||||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
(define-module (test-packages)
|
||||
(define-module (test-lint)
|
||||
#:use-module (guix tests)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build-system gnu)
|
||||
|
|
Loading…
Reference in New Issue