Skip to content

Commit

Permalink
refactor: add subtask register
Browse files Browse the repository at this point in the history
  • Loading branch information
chenggui53 committed Jun 13, 2023
1 parent 9c8be40 commit a67bbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/helpers/pluginhelper/subtaskmeta_sorter/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"testing"
)

func Test_topologicalSorter(t *testing.T) {
func Test_topologicalSortSameElements(t *testing.T) {
type args struct {
dependenciesMap map[string][]string
}
Expand Down Expand Up @@ -72,7 +72,7 @@ func Test_topologicalSorter(t *testing.T) {
}
}

func Test_topologicalSorterByDependency(t *testing.T) {
func Test_topologicalSortDifferentElements(t *testing.T) {
type args struct {
dependenciesMap map[string][]string
}
Expand Down

0 comments on commit a67bbfd

Please sign in to comment.