Skip to content

Commit

Permalink
#28: Synergy.Contracts: Removed not needed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Feb 3, 2024
1 parent e2a5905 commit 160be55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Technical Debt for Synergy.Contracts

Total: 16

## [Api.cs](../Public/Api.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 03-02-2024]: remove that when job fiished
Total: 14

## [BusinessDocumentation.cs](../../Requirements/BusinessDocumentation.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 08-04-2023]: check that and probably convert docs int tt
Expand Down
4 changes: 1 addition & 3 deletions Contracts/Synergy.Contracts.Test/Architecture/Public/Api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ public async Task Generate()
// ASSERT
await Verifier.Verify(publicApi, "md")
.UseMethodName("of." + assembly.GetName().Name)
.UniqueForTargetFrameworkAndVersion()
// TODO: Marcin Celej [from: Marcin Celej on: 03-02-2024]: remove that when job fiished
.AutoVerify();
.UniqueForTargetFrameworkAndVersion();
}
}
}

0 comments on commit 160be55

Please sign in to comment.