Merge branch 'feature1' of prem/testing into master

This commit was merged in pull request #1.
This commit is contained in:
2021-07-30 18:21:36 +00:00
committed by Gitea
+1 -1
View File
@@ -8,7 +8,7 @@ namespace TestConsoleApp
public List<string> Parse()
{
var totalQuery = File.ReadAllText(@"D:\empt.txt");
var totalQuery = File.ReadAllText(@"D:\testquery.txt");
return _Parse(totalQuery);
}