Skip to content

Commit

Permalink
fixed code so that tests will work after the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Dec 19, 2024
1 parent 266ebf1 commit 317c27b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/symbolicexpr/atomic.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ func (term atomicTerm) string() string {
labelType = "tag " + term.property.Name()
case *collector.Group:
labelType = "group "
default: // for structs used for testing
labelType = term.property.Name()
}
return labelType + equalSign + term.toVal
}
Expand Down

0 comments on commit 317c27b

Please sign in to comment.