Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Aug 26, 2024
1 parent 939e7a8 commit 9810d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ await dataSource.ReadAsync(
.OrderBy(x => x.FilePath);

var actualJsonString = JsonSerializer.Serialize(preparedReadInfos, new JsonSerializerOptions { WriteIndented = true });
File.WriteAllText($"{database}.json", actualJsonString);
// File.WriteAllText($"{database}.json", actualJsonString);

var expectedJsonString = File.ReadAllText($"expected/{database}.json");

Expand Down

0 comments on commit 9810d48

Please sign in to comment.