fix(ci): format

This commit is contained in:
Barrett Ruth 2025-09-21 14:29:46 -04:00
parent 965e47a1df
commit 102b69d4d7

View file

@ -189,7 +189,7 @@ describe('cp.config', function()
test = { test = {
rust = { rust = {
test = { './target/release/solution' }, test = { './target/release/solution' },
extension = 'rs' extension = 'rs',
}, },
}, },
}, },
@ -212,7 +212,7 @@ describe('cp.config', function()
local result = config.setup(user_config) local result = config.setup(user_config)
assert.is_true(vim.tbl_contains({'cpp', 'python'}, result.contests.test.default_language)) assert.is_true(vim.tbl_contains({ 'cpp', 'python' }, result.contests.test.default_language))
end) end)
it('preserves explicit default_language', function() it('preserves explicit default_language', function()