ci: 👷 Update tests
All checks were successful
Tests / Unit Testing1 (push) Successful in 46s

This commit is contained in:
2023-11-02 20:54:57 +01:00
parent 429e717a6e
commit f90af7320f
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ public class StreamTest
public void MyReplaceTest(string filePath, char toReplace, char replace)
{
global::Stream.Stream.MyReplace(filePath, toReplace, replace);
Assert.Equal("Bonjour,\nCfci fst un mfssagf df tfst.\nJ'fspfrf quf vous allfz rfussir vos fxams :D.\n", File.ReadAllText(filePath));
Assert.Equal("Cfstvraimfntmagnifiquf\n", File.ReadAllText(filePath));
}
}