Skip to content

Commit

Permalink
Fixing merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Eri committed Jun 13, 2024
1 parent 9b4da4d commit 7e13bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/Converter/Bcf21/ConverterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public async Task ShouldReturnBcfFileStreamTest() {
[Test]
public void BcfToJsonMissingRequiredPropertyTest() {
Assert.That(async () => await _converter.BcfToJson(
"Resources/Bcf/v2.1/RelatedTopics.bcfzip",
"Resources/output/json/v2.1/RelatedTopics"), Throws.ArgumentException);
"Resources/Bcf/v2.1/MissingTitle.bcfzip",
"Resources/output/json/v2.1/MissingTitle"), Throws.ArgumentException);
}

[Test]
Expand Down

0 comments on commit 7e13bde

Please sign in to comment.