Skip to content

Commit

Permalink
fix: TestMethod updated from b to c
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Tanner committed Sep 12, 2023
1 parent 350da27 commit 328f3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Chapter13.Tests/Table13.01.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public async Task ParseAndCompile(string fileNameSuffix, params string[] errorId
}

[TestMethod]
public void PatternMatchingOnTypeTest(){
LambdaExpressionNotesAndExamples.PatternMatchingOnType();
public void TypeInferenceOfExpressionTest(){
LambdaExpressionNotesAndExamples.TypeInferenceOfExpression();
}
}

0 comments on commit 328f3f3

Please sign in to comment.