Skip to content

Commit b16e7e9

Browse files
committed
Fix test
1 parent 8e290e2 commit b16e7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Serval/test/Serval.Translation.Tests/Services/PlatformServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public async Task UpdateTargetQuoteConventionAsync_NoEngine()
232232

233233
build = await env.Builds.GetAsync(c => c.Id == build.Id);
234234

235-
Assert.That(build?.TargetQuoteConvention, Is.EqualTo(""));
235+
Assert.That(build?.TargetQuoteConvention, Is.Null);
236236
}
237237

238238
[Test]

0 commit comments

Comments
 (0)