Skip to content

Commit 9cdf511

Browse files
committed
Revert "Purposefully introducing failing test to test github action"
This reverts commit a09f080.
1 parent a09f080 commit 9cdf511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MeshOptimizerTests/IndexingTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class RunnerTests {
88
[Fact]
99
public void ReindexTest() {
1010
var vertices = new Vertex[12] {
11-
new Vertex(1, 0, 11),//REMOVE TO FIX TEST
11+
new Vertex(1, 0, 0),
1212
new Vertex(0, 1, 0),
1313
new Vertex(0, 0, 1),
1414
new Vertex(0, 0, 1),

0 commit comments

Comments
 (0)