Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Morozko committed Feb 12, 2024
1 parent 2ca9d70 commit 913ac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cirularRefDetector/circularRefs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestDiagnostic(t *testing.T) {
t.Parallel()
assert := assert.New(t)

obj := new(struct{})
obj := new(int)
var rng *hcl.Range
if tt.addRange {
rng = &hcl.Range{
Expand Down

0 comments on commit 913ac58

Please sign in to comment.