Skip to content

Commit

Permalink
comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Jun 25, 2024
1 parent 33e77e9 commit db9c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/integration/attribute_fqns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func (s *AttributeFqnSuite) TestGetAttributesByValueFqns() {
}
}

// Test multiple get attributes by multiple fqns
func (s *AttributeFqnSuite) TestGetAttributesByValueFqns_AllValuesHaveProperFqns() {
namespace := "testing_multiple_fqns.properfqns"
attr := "test_attr"
Expand Down Expand Up @@ -347,6 +346,7 @@ func (s *AttributeFqnSuite) TestGetAttributesByValueFqns_AllValuesHaveProperFqns
s.True(ok)
s.Equal(a.GetId(), val.GetAttribute().GetId())

// ensure fqns are properly found in response for each value
for fqn, attrAndVal := range attributeAndValues {
values := attrAndVal.GetAttribute().GetValues()
s.Equal(fqn, attrAndVal.GetValue().GetFqn())
Expand Down

0 comments on commit db9c9c2

Please sign in to comment.