summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/tests.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-28 13:24:23 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-28 13:24:23 +1100
commitf2d0f362d438b965fc1871f07f8373c5ce0af453 (patch)
tree67cdf877221f1f5b8229728db58f0e4cb20340fc /pkg/integration/tests/tests.go
parentae07cf55066b826261ef16b9e40334694831b8d7 (diff)
migrate discard staged changes test
Diffstat (limited to 'pkg/integration/tests/tests.go')
-rw-r--r--pkg/integration/tests/tests.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/tests.go b/pkg/integration/tests/tests.go
index c550c2a0c..9278ade2b 100644
--- a/pkg/integration/tests/tests.go
+++ b/pkg/integration/tests/tests.go
@@ -53,6 +53,7 @@ var tests = []*components.IntegrationTest{
custom_commands.MultiplePrompts,
file.DirWithUntrackedFile,
file.DiscardChanges,
+ file.DiscardStagedChanges,
interactive_rebase.AmendMerge,
interactive_rebase.One,
stash.Rename,