OregonStateUniversity / fs-ops-normal

Forest Service initial attack hose & equipment estimator for wildland fires.
3 stars 1 forks source link

EstimateTest: Remove 'arrange' 'act' 'assert' comments #308

Closed ybakos closed 1 year ago

ybakos commented 1 year ago

Many tests have comments indicating the test structure. For example:

// Arrange
Estimate estimate

// Act
estimate = Estimate....

These are implicit and do not need comments. Remove them.