Skip to content

Commit 58b380f

Browse files
authored
Merge pull request #642 from peteraritchie/patch-1
Fixed spelling of "Path" (from "Past")
2 parents 6bb23b6 + ad0bda0 commit 58b380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Tests/Validations/OpenApiParameterValidationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public void PathParameterNotInThePathShouldReturnAnError()
218218
}
219219

220220
[Fact]
221-
public void PathParameterInThePastShouldBeOk()
221+
public void PathParameterInThePathShouldBeOk()
222222
{
223223
// Arrange
224224
IEnumerable<OpenApiError> errors;

0 commit comments

Comments
 (0)