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
If you call db.Update(entity) the test throws an error, which should not happen. After the Arrange phase, the framework should clean the DbContext change tracker.
The text was updated successfully, but these errors were encountered:
If you call
db.Update(entity)
the test throws an error, which should not happen. After theArrange
phase, the framework should clean theDbContext
change tracker.The text was updated successfully, but these errors were encountered: