Skip to content

Commit

Permalink
fix: Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 10, 2024
1 parent 520ef14 commit 6352cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocumentLoaders/IntegrationTests/Tests.Word.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial class Tests
public async Task Word()
{
var loader = new WordLoader();
var documents = await loader.LoadAsync(DataSource.FromStream(H.Resources.filesample_1MB_docx.AsStream()));
var documents = await loader.LoadAsync(DataSource.FromStream(H.Resources.file_sample_1MB_docx.AsStream()));

documents.Should().NotBeEmpty();

Expand Down

0 comments on commit 6352cc4

Please sign in to comment.