Assert.Equals fails when comparing the same type

前端 未结 0 1940
醉酒成梦
醉酒成梦 2021-01-31 05:21

I\'m running into an issue where a test is failing when running but succeeds when breaking into the test.

Assert.Equals(typeof(Plugin.Plugin), plugin.GetType());
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题