summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/test_list.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-02 00:06:48 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-02 22:32:51 +1000
commitc43195efb6c7459ea24180ef464bc6e19942654f (patch)
tree74ffa27d2d95d80e8f7fe6fb46ce0cb669069444 /pkg/integration/tests/test_list.go
parent17db918cba68f6973621231f6346ba68706e1773 (diff)
Add demo for amending old commit
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 e59fd56e2..f5197f852 100644
--- a/pkg/integration/tests/test_list.go
+++ b/pkg/integration/tests/test_list.go
@@ -89,6 +89,7 @@ var tests = []*components.IntegrationTest{
custom_commands.OmitFromHistory,
custom_commands.SuggestionsCommand,
custom_commands.SuggestionsPreset,
+ demo.AmendOldCommit,
demo.Bisect,
demo.CherryPick,
demo.CommitAndPush,