We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15756ef commit ba7b1dfCopy full SHA for ba7b1df
tests/ImageSharp.Tests/Formats/WebP/Vp8ResidualTests.cs
@@ -24,7 +24,7 @@ public void GetResidualCost_Works()
24
// arrange
25
int ctx0 = 0;
26
int expected = 20911;
27
- string jsonString = File.ReadAllText(@"TestDataWebp\Vp8Residual.json");
+ string jsonString = File.ReadAllText(Path.Combine("TestDataWebp", "Vp8Residual.json"));
28
Vp8Residual residual = JsonSerializer.Deserialize<Vp8Residual>(jsonString);
29
30
// act
0 commit comments