Skip to content

Commit

Permalink
fix(test): Fix adapter test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed May 10, 2024
1 parent 3ad3e9c commit 7cedf60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Text/GLTF/Loader/Internal/AdapterSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ loaderGltf =
gltfNodes = [loaderNode],
gltfSamplers = [loaderSampler],
gltfScenes = [loaderScene],
gltfTextures = [loaderTexture]
gltfTextures = [loaderTexture],
gltfAnimations = []
}

loaderAsset :: Asset
Expand Down

0 comments on commit 7cedf60

Please sign in to comment.