Skip to content

Commit

Permalink
Fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored and Aaronontheweb committed Jan 13, 2025
1 parent 1cdf9da commit 388ed9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public object Apply(object message, IActorContext context)

public object UnApply(object message, IActorContext context)
{
throw new NotImplementedException();
return message;
}
}

Expand Down

0 comments on commit 388ed9d

Please sign in to comment.