mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 07:33:22 +00:00
fix(tests): Update an old test to match correct new behavior
This commit is contained in:
+1
-1
@@ -328,7 +328,7 @@ end
|
||||
--- it.
|
||||
--- @return jj.picker.conflict_section[]|nil A list of conflict sections or nil if not in a jj repo
|
||||
local function get_conflict_sections()
|
||||
local output, ok = runner.execute_command_raw(
|
||||
local output, ok, _ = runner.execute_command_raw(
|
||||
[[jj log --no-graph --quiet -r @ -T 'self.conflicted_files().map(|e| e.path().display() ++ "\0" ++ e.path().absolute() ++ "\0")']]
|
||||
)
|
||||
if not ok then
|
||||
|
||||
Reference in New Issue
Block a user