You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because With_Static_Subject and With_Subject each have methods that are named identically. This causes these methods to be overridden by one, or the other, and cause unexpected behavior.
The only obvious solution is to change the name of the methods in either With_Static_Subject or With_Subject to make it possible to have both in a single class.
The text was updated successfully, but these errors were encountered:
This is because
With_Static_Subject
andWith_Subject
each have methods that are named identically. This causes these methods to be overridden by one, or the other, and cause unexpected behavior.The only obvious solution is to change the name of the methods in either
With_Static_Subject
orWith_Subject
to make it possible to have both in a single class.The text was updated successfully, but these errors were encountered: