From 130936b87368e2c37cec013f69b1aa94c6f2fd20 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 21 Apr 2025 21:17:45 +0200 Subject: feat(ui): display current version in header --- tests/mason-registry/registry_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/mason-registry') diff --git a/tests/mason-registry/registry_spec.lua b/tests/mason-registry/registry_spec.lua index 35c37853..89b9436f 100644 --- a/tests/mason-registry/registry_spec.lua +++ b/tests/mason-registry/registry_spec.lua @@ -1,6 +1,6 @@ local Pkg = require "mason-core.package" -local test_helpers = require "mason-test.helpers" local registry = require "mason-registry" +local test_helpers = require "mason-test.helpers" describe("mason-registry", function() it("should return package", function() @@ -23,7 +23,7 @@ describe("mason-registry", function() assert.equals(3, #registry.get_all_package_specs()) end) - it("should check if package is installed", function () + it("should check if package is installed", function() local dummy = registry.get_package "dummy" assert.is_false(registry.is_installed "dummy") test_helpers.sync_install(dummy) -- cgit v1.3.1