Bert Temme 1 gadu atpakaļ
vecāks
revīzija
12b7d27505
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/SharpGLTF.Cesium.Tests/GenericTests.cs

+ 1 - 1
tests/SharpGLTF.Cesium.Tests/GenericTests.cs

@@ -21,7 +21,7 @@ namespace SharpGLTF
 
         [Test(Description = "Reads generic 3D Tiles glTF's")]
         // todo: [TestCase("FeatureIdAttributeAndPropertyTableFeatureIdNotInRange.gltf, typeof(ModelException)")]
-        [TestCase("FeatureIdAttributePropertyTableInvalidValue.gltf", typeof(ModelException)]
+        [TestCase("FeatureIdAttributePropertyTableInvalidValue.gltf", typeof(ModelException))]
         [TestCase("FeatureIdAttributePropertyTableWithoutPropertyTables.gltf", typeof(ModelException))]
         [TestCase("FeatureIdAttributePropertyTableWithoutStructuralMetadata.gltf", typeof(ModelException))]
         [TestCase("FeatureIdTextureAndPropertyTableFeatureIdNotInRange.gltf", typeof(ModelException))]