Skip to content

Commit

Permalink
Fix Rocks deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 29, 2024
1 parent 4d3edf3 commit cfa0cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BenchmarkMockNet/All.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public static class All
typeof(Mock).Assembly.GetName(),
typeof(Substitute).Assembly.GetName(),
typeof(MockBase<byte>).Assembly.GetName(),
typeof(RockCreateAttribute<>).Assembly.GetName()
typeof(RockAttribute).Assembly.GetName()
};
}
2 changes: 1 addition & 1 deletion BenchmarkMockNet/Rocks/Mocks.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using BenchmarkMockNet;
using Rocks;

[assembly: RockCreate<IThing>]
[assembly: Rock(typeof(IThing), BuildType.Create)]

0 comments on commit cfa0cca

Please sign in to comment.