Skip to content

Commit

Permalink
Add missing termination to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Oct 8, 2024
1 parent 877494a commit df7c367
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/worklet-assets.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ main () {

e = bare_worklet_start(&worklet, "test/fixtures/assets.bundle", NULL, 0, NULL);
assert(e == 0);

e = bare_worklet_terminate(&worklet);
assert(e == 0);

bare_worklet_destroy(&worklet);
}

0 comments on commit df7c367

Please sign in to comment.