summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui_test.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-05 09:08:43 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-10 00:23:01 +1100
commitc36349f460cc03621cb6b772732990a690ed45d6 (patch)
treee25df2b96bb4dea973f53b81a5a520393f5e20c5 /pkg/gui/gui_test.go
parent485f6d53864845d2e58b63b04dd83e3dcc2b4e6a (diff)
add another integration test
Diffstat (limited to 'pkg/gui/gui_test.go')
-rw-r--r--pkg/gui/gui_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go
index 234ec2afb..7cf20de96 100644
--- a/pkg/gui/gui_test.go
+++ b/pkg/gui/gui_test.go
@@ -50,6 +50,10 @@ func tests() []integrationTest {
name: "patchBuilding",
fixture: "updatedFile",
},
+ {
+ name: "patchBuilding2",
+ fixture: "updatedFile",
+ },
}
}