Skip to content

Commit b547232

Browse files
committed
PR feedback
1 parent 1a4b5e7 commit b547232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Lucene.Net.Tests.AllProjects/Support/ExceptionHandling/TestExceptionSerialization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TestExceptionSerialization : ExceptionScanningTestCase
3131
public void TestCanSerialize([ValueSource("LuceneExceptionTypes")] Type luceneException)
3232
{
3333
var instance = TryInstantiate(luceneException);
34-
Assert.IsTrue(TypeCanSerialize(instance, out SerializationException se), $"Unable to serialize {luceneException.FullName}:\n\n{{0}}", se);
34+
Assert.IsTrue(TypeCanSerialize(instance, out SerializationException se), $"Unable to serialize {luceneException.FullName}:\n\n{se}");
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)