Skip to content

Commit ad0bda0

Browse files
Fixed spelling of "Path" (from "Past")
1 parent 6bb23b6 commit ad0bda0

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)