This commit is contained in:
Tyrrrz
2025-04-02 00:34:52 +03:00
parent 7add81a472
commit 6fb197cf0b
6 changed files with 32 additions and 39 deletions

View File

@@ -148,12 +148,10 @@ public class DateRangeSpecs
}
[Fact]
public async Task Export_file_is_created_even_when_nothing_to_export()
public async Task I_can_filter_the_export_to_not_include_any_messages()
{
var long_in_the_past = new DateTimeOffset(1921, 08, 01, 0, 0, 0, TimeSpan.Zero);
// Arrange
var before = long_in_the_past;
var before = new DateTimeOffset(2020, 08, 01, 0, 0, 0, TimeSpan.Zero);
using var file = TempFile.Create();
// Act