summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/test_list.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-08-01 14:54:56 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-01-10 09:11:40 +0100
commit8ca78412acdc73526248ff10c332f98ceba39fd2 (patch)
tree4f0b7c7d29a807ed47a1588b31cd090612d1caf2 /pkg/integration/tests/test_list.go
parent33f933ba21164c595508ae1ddd5fd4f73193c95c (diff)
Add command to find base commit for creating a fixup
Diffstat (limited to 'pkg/integration/tests/test_list.go')
-rw-r--r--pkg/integration/tests/test_list.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go
index ccefd1dd2..c018d84e7 100644
--- a/pkg/integration/tests/test_list.go
+++ b/pkg/integration/tests/test_list.go
@@ -70,6 +70,7 @@ var tests = []*components.IntegrationTest{
commit.CommitWithPrefix,
commit.CreateTag,
commit.DiscardOldFileChange,
+ commit.FindBaseCommitForFixup,
commit.Highlight,
commit.History,
commit.HistoryComplex,