Skip to content

Commit

Permalink
fix: Test contains 177 items now
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Dec 10, 2020
1 parent fb7e5d8 commit 7f1ea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Runtime/SampleModelsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SampleModelsTest
public void CheckFiles()
{
var sampleSet = AssetDatabase.LoadAssetAtPath<GltfSampleSet>(glTFSampleSetAssetPath);
Assert.AreEqual(174, sampleSet.itemCount);
Assert.AreEqual(177, sampleSet.itemCount);

foreach (var item in sampleSet.GetItemsPrefixed()) {
CheckFileExists(item.path);
Expand Down

0 comments on commit 7f1ea7d

Please sign in to comment.