Skip to content

Commit

Permalink
Removed PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Dec 23, 2023
1 parent 132c594 commit b2f925b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/pull-request.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ public async Task Info_Should_Return_Valid_Information_Async()
{
var response = await Sut
.GetDefaultDatabase()
.GetInfoAsync()
;
.GetInfoAsync();

Assert.NotNull(response);
Assert.True(response.Count > 0);
Expand Down

0 comments on commit b2f925b

Please sign in to comment.