Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed Mar 29, 2021
1 parent 05da5b2 commit ae9db76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void LegacySwitchIsHonored()
.GetField("_strategy", BindingFlags.NonPublic | BindingFlags.Instance)
.GetValue(fileStream);

Assert.Contains(strategy.GetType().FullName, "Legacy");
Assert.Contains("Legacy", strategy.GetType().FullName);
}

File.Delete(filePath);
Expand Down

0 comments on commit ae9db76

Please sign in to comment.