diff options
Diffstat (limited to 'internal/app/export_test.go')
| -rw-r--r-- | internal/app/export_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/export_test.go b/internal/app/export_test.go index 836e04c6..1dd1aa1f 100644 --- a/internal/app/export_test.go +++ b/internal/app/export_test.go @@ -9,7 +9,7 @@ import ( func NewWithID(id fst.ID, os sys.State) fst.App { a := new(app) - a.id = &id + a.id = newID(&id) a.os = os return a } |
