Skip to content

Commit

Permalink
test: change test to v 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Aug 5, 2021
1 parent 64f5e5a commit 033006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/MigratorFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class MigratorFixture
public void Migrator_get_version()
{
//Arrange
const string version = "0.7.0";
const string version = "0.8.0";

//Act
string result = Migrator.GetVersion();
Expand Down

0 comments on commit 033006f

Please sign in to comment.