Skip to content

Commit 6400d58

Browse files
committed
VersionBump : v0.6.1
1 parent a1e604e commit 6400d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeOfChaos.Testing.TUnit/CodeOfChaos.Testing.TUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.Testing.TUnit</PackageId>
11-
<Version>0.6.0</Version>
11+
<Version>0.6.1</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>A small library housing extensions to the TUnit framework</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl>

src/CodeOfChaos.Testing.TUnit/Conditions/GeneratorDriverRunResultHasSourceTextEqualToCondition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class GeneratorDriverRunResultHasSourceTextEqualToCondition(string filena
1515
// -----------------------------------------------------------------------------------------------------------------
1616
// Methods
1717
// -----------------------------------------------------------------------------------------------------------------
18-
protected override string GetExpectation() => throw new NotImplementedException();
18+
protected override string GetExpectation() => "to have a source with the the expected text";
1919
protected override async Task<AssertionResult> GetResult(GeneratorDriverRunResult? actualValue, Exception? exception, AssertionMetadata assertionMetadata) {
2020
if (actualValue is null) return AssertionResult.Fail("Compilation is null");
2121

0 commit comments

Comments
 (0)