This commit is contained in:
parent
30ef7bd477
commit
a9a923120f
10 changed files with 117 additions and 117 deletions
|
@ -4,7 +4,7 @@ namespace Geekeey.Extensions.Result.Tests;
|
|||
internal sealed class ErrorTests
|
||||
{
|
||||
[Test]
|
||||
public void ImplicitConversion_FromString_ReturnsStringError()
|
||||
public void I_can_implicitly_convert_from_string_and_get_string_error()
|
||||
{
|
||||
Error error = "error";
|
||||
|
||||
|
@ -16,7 +16,7 @@ internal sealed class ErrorTests
|
|||
}
|
||||
|
||||
[Test]
|
||||
public void ImplicitConversion_FromException_ReturnsExceptionError()
|
||||
public void I_can_implicitly_convert_from_exception_and_get_exception_error()
|
||||
{
|
||||
Error error = new CustomTestException();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue