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
The state partial is using the project count instead of the number of structures.
Rename the method, get it under test, and use it.
References #307, #310, #309
These methods rely on database summing, and we need to cleanly save
projects to the db in order to test this properly.
References #307, #302, #306, #308, #310
See #306. If resolved, this becomes less of an issue.
Can't save a project under test because the state geometry isn't of the right type, causing the before_save hook
assign_state
to fail.Add a conditional as a stopgap measure? Need to make sure that wouldn't break existing functionality.
The text was updated successfully, but these errors were encountered: