Skip to content

Commit

Permalink
Add comment not covered by testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sasuke9410 committed Dec 4, 2023
1 parent 2cfc904 commit 56761ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runtime/NativePeerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private static void LogIceServers(RTCConfiguration pcConfig)
{
if (pcConfig.iceServers is null)
{
// Not covered by testing due to defensive implementation
Logger.LogDebug("Ice server: None");
}
else
Expand Down Expand Up @@ -383,6 +384,7 @@ private static void HandleHook(string name, Action hook)
}
catch (Exception e)
{
// Not covered by testing due to defensive implementation
Logger.LogError($"Error has occured at {name}", e);
}
}
Expand Down

0 comments on commit 56761ff

Please sign in to comment.