Bert Temme před 1 rokem
rodič
revize
12b7d27505
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))]