minor cleanups to comments
This commit is contained in:
parent
43c47d678e
commit
52add8dad6
@ -92,7 +92,7 @@ type Stream interface {
|
|||||||
Deleted() bool
|
Deleted() bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// Locationer provides a LocationPath describing the path with Display Names
|
// LocationPather provides a LocationPath describing the path with Display Names
|
||||||
// instead of canonical IDs
|
// instead of canonical IDs
|
||||||
type LocationPather interface {
|
type LocationPather interface {
|
||||||
LocationPath() path.Path
|
LocationPath() path.Path
|
||||||
|
|||||||
@ -234,7 +234,7 @@ func (suite *DetailsUnitSuite) TestDetailsModel_Path() {
|
|||||||
Entries: test.ents,
|
Entries: test.ents,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
assert.Equal(t, test.expectRepoRefs, d.Paths())
|
assert.ElementsMatch(t, test.expectRepoRefs, d.Paths())
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user