Skip to content

Commit

Permalink
use something that itsn't the default value
Browse files Browse the repository at this point in the history
Co-authored-by: barneydobson <[email protected]>
  • Loading branch information
liuly12 and barneydobson authored Mar 18, 2024
1 parent ef70916 commit f7a21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wtw.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_fwtw_overrides(self):
'service_reservoir_storage_elevation': 68.2
})
self.assertEqual(fwtw.treatment_throughput_capacity, 20)
self.assertEqual(fwtw.process_parameters['phosphate']['constant'], 0.01)
self.assertEqual(fwtw.process_parameters['phosphate']['constant'], 0.02)
self.assertEqual(fwtw.process_parameters['volume']['constant'], vol)
self.assertEqual(fwtw.service_reservoir_storage_capacity, 100)
self.assertEqual(fwtw.service_reservoir_tank.capacity, 100)
Expand Down

0 comments on commit f7a21d6

Please sign in to comment.