From 6a340ec840711d8fc7ce6da4e2ca01a8873a168d Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 13 Apr 2023 19:13:03 +0200 Subject: [PATCH] Reorder tests --- pkg/integration/tests/test_list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go index b44246abf..19f002bda 100644 --- a/pkg/integration/tests/test_list.go +++ b/pkg/integration/tests/test_list.go @@ -64,13 +64,13 @@ var tests = []*components.IntegrationTest{ conflicts.ResolveExternally, conflicts.ResolveMultipleFiles, conflicts.UndoChooseHunk, - custom_commands.BasicCmdFromConfig, custom_commands.BasicCmdAtRuntime, - custom_commands.OmitFromHistory, + custom_commands.BasicCmdFromConfig, custom_commands.FormPrompts, custom_commands.MenuFromCommand, custom_commands.MenuFromCommandsOutput, custom_commands.MultiplePrompts, + custom_commands.OmitFromHistory, diff.Diff, diff.DiffAndApplyPatch, diff.DiffCommits,