Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Mar 3, 2021
1 parent 8e88b2f commit beab0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeler/write_test.go
Expand Up @@ -66,8 +66,8 @@ func TestWriteAttributesInterleaved(t *testing.T) {
gltf.WEIGHTS_0: 5,
gltf.JOINTS_0: 6,
gltf.COLOR_0: 7,
"gltf.COLOR_1": 8,
"gltf.COLOR_2": 9,
"COLOR_1": 8,
"COLOR_2": 9,
}
if diff := deep.Equal(attrs, want); diff != nil {
t.Errorf("TestWriteAttributesInterleaved() = %v", diff)
Expand Down

0 comments on commit beab0a2

Please sign in to comment.