Skip to content

Commit

Permalink
fix(ut): SubscribeToChannel3- EnableEventEngine reset
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Nov 29, 2024
1 parent 52476df commit 99ff427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UnitTests/PubnubApi.Tests/WhenSubscribedToAChannel3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public static void Init()
SecretKey = PubnubCommon.SecretKey,
AuthKey = authKey,
Secure = false,
EnableEventEngine = false
};
server.RunOnHttps(false);

Expand Down

0 comments on commit 99ff427

Please sign in to comment.