Skip to content

Commit

Permalink
add test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Skinner committed Oct 18, 2016
1 parent 9910da7 commit aea4ae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions load/dependencyresolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"github.com/stretchr/testify/require"
)

// TestDependencyResolverResolvesDependencies tests dependency resolution
func TestDependencyResolverResolvesDependencies(t *testing.T) {
defer logging.HideLogs(t)()

Expand All @@ -40,6 +41,8 @@ func TestDependencyResolverResolvesDependencies(t *testing.T) {
)
}

// TestDependencyResolverResolvesExplicitDepsInBranch tests explicit
// dependencies inside of case branch nodes
func TestDependencyResolverResolvesExplicitDepsInBranch(t *testing.T) {
defer logging.HideLogs(t)()

Expand Down

0 comments on commit aea4ae4

Please sign in to comment.