Skip to content

Commit

Permalink
Testing github workflow with a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
loudenvier committed Nov 22, 2023
1 parent 3bc98ac commit 5999e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NetDotTests/DotNotationDeserializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public void CanDeserializeRecordClass() {
Assert.NotNull(person);
Assert.Equal("felipe", person.Name);
Assert.Equal(47, person.Age);
// Test to see if github workflow catches failed test
Assert.True(false);
}
}
}

0 comments on commit 5999e0a

Please sign in to comment.