Skip to content

Commit

Permalink
Fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatrhea committed Sep 21, 2023
1 parent e06cc88 commit 71a4c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void Setup()
public void Teardown()
{
this.context.CleanContext();
CDPMessageBus.Current.ClearSubscriptions();
}

[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void Setup()
public void Teardown()
{
this.context.CleanContext();
CDPMessageBus.Current.ClearSubscriptions();
}

[Test]
Expand Down

0 comments on commit 71a4c6d

Please sign in to comment.