Skip to content

Commit

Permalink
Merge pull request #2791 from SolidProgramming/Issue_2783
Browse files Browse the repository at this point in the history
Merge Issue 2783 again
  • Loading branch information
tpurschke authored Jan 8, 2025
2 parents a31b299 + d8513c5 commit 9c9f43b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/tests-unit/files/FWO.Test/SimulatedApiConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ protected override void Dispose(bool disposing)
{
throw new NotImplementedException();
}

public override void DisposeSubscriptions<T>()
{
throw new NotImplementedException();
}
}
}

0 comments on commit 9c9f43b

Please sign in to comment.