Skip to content

Commit

Permalink
Add TODO comments tracking remaining tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 committed Dec 3, 2024
1 parent a44b60e commit 94ffd0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/graph/resolvers/mto_milestone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,9 @@ func (suite *ResolverSuite) TestMTOMilestoneCreateCommonDuplicates() {
suite.Error(err)
suite.Nil(milestoneDupe)
}

// TODO (mto) Write tests for MTOMilestoneUpdate

// TODO (mto) Maybe(?) write MTOMilestoneGetByModelPlanIDLOADER

// TODO (mto) Maybe(?) write MTOMilestoneGetByModelPlanIDAndCategoryIDLOADER

0 comments on commit 94ffd0e

Please sign in to comment.