Skip to content

Commit

Permalink
T #5 test cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
HueByte committed Sep 17, 2022
1 parent 3ad987e commit 5c68ba4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public UserRepositoryTests(IServiceProvider serviceProvider, IUserRepository use
[ClassData(typeof(UserData))]
public override async Task GetAsync(User entity) => await base.GetAsync(entity);


[Theory]
[ClassData(typeof(UserData))]
public override async Task RemoveAsync(User? entity) => await base.RemoveAsync(entity);
Expand Down

0 comments on commit 5c68ba4

Please sign in to comment.