Skip to content

Commit f5b36aa

Browse files
committed
Merge in 'release/2.1' changes
2 parents e8c63f6 + a3c9902 commit f5b36aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ResponseCachingTests
2121

2222
public ResponseCachingTests()
2323
{
24-
_absoluteFilePath = Directory.GetFiles(Directory.GetCurrentDirectory()).First();
24+
_absoluteFilePath = Path.Combine(Directory.GetCurrentDirectory(), "Microsoft.AspNetCore.Server.HttpSys.dll");
2525
_fileLength = new FileInfo(_absoluteFilePath).Length;
2626
}
2727

0 commit comments

Comments
 (0)