Skip to content

Commit

Permalink
Update Verifier.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 10, 2023
1 parent c41e25e commit 4bd1a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.NUnit/Verifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static string GetTypeName(this Test test)
typeName = typeName[(typeInfo.Namespace.Length + 1)..];
}

return typeName.AsSpan().ToString()
return typeName
.Remove("\"")
.ReplaceInvalidFileNameChars();
}
Expand Down

0 comments on commit 4bd1a9a

Please sign in to comment.