Skip to content

Commit a09f080

Browse files
committed
Purposefully introducing failing test to test github action
1 parent d41e19e commit a09f080

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, 0),
11+
new Vertex(1, 0, 11),//REMOVE TO FIX TEST
1212
new Vertex(0, 1, 0),
1313
new Vertex(0, 0, 1),
1414
new Vertex(0, 0, 1),

0 commit comments

Comments
 (0)