Skip to content

Commit

Permalink
Fixing tests in resolver and removing erroneous release.
Browse files Browse the repository at this point in the history
Need better pipeline config
  • Loading branch information
daveshanley committed Jun 6, 2022
1 parent 67948ef commit 0d36916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/daveshanley/vacuum
go 1.16

require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/alecthomas/chroma v0.10.0
github.com/ghodss/yaml v1.0.0
github.com/gizak/termui/v3 v3.1.0
github.com/mitchellh/mapstructure v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion resolver/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestResolver_ResolveComponents_MixedRef(t *testing.T) {
assert.NotNil(t, resolver)

circ := resolver.Resolve()
assert.Len(t, circ, 3)
assert.Len(t, circ, 2)

}

Expand Down

0 comments on commit 0d36916

Please sign in to comment.