-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/moved to xunit #19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume all tests still pass?
|
||
<ItemGroup> | ||
<PackageReference Include="FluentAssertions" Version="6.5.1" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.10" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While you're touching it. You might as well be updating the package references, because this package for example is already at version 7.x.x
@@ -2,7 +2,7 @@ | |||
using System.IO; | |||
using System.Reflection; | |||
|
|||
namespace Growthbook.Tests.Json; | |||
namespace GrowthBook.Tests.Json; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like I wasn't the only one misspelling GrowthBook
Of course! |
@darklordzw Would you be able to publish a new version of the package any time soon? Thanks in advance 😄 |
As discussed in #18 , fixes #17