aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/export_test.go')
-rw-r--r--internal/app/export_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/export_test.go b/internal/app/export_test.go
index 54b7f345..af52912b 100644
--- a/internal/app/export_test.go
+++ b/internal/app/export_test.go
@@ -16,5 +16,5 @@ func NewWithID(id fst.ID, os sys.State) fst.App {
func AppSystemBwrap(a fst.App) (*system.I, *bwrap.Config) {
v := a.(*app)
- return v.appSeal.sys.I, v.appSeal.sys.bwrap
+ return v.appSeal.sys, v.appSeal.container
}