Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Aug 25, 2021
1 parent 9a621be commit afabf2c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@ private static Mock<TestableAssembly> CreateMockTestableAssembly()
true))
.Returns(new Attribute[0]);

mockAssembly
.Setup(a => a.GetCustomAttributes(
typeof(FrameworkV2::Microsoft.VisualStudio.TestTools.UnitTesting.TestDataSourceDiscoveryAttribute),
true))
.Returns(new Attribute[0]);

return mockAssembly;
}

Expand Down

0 comments on commit afabf2c

Please sign in to comment.