more coverage bumps

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-11-22 14:29:45 -05:00
parent 7ed3f28dbe
commit ee2783e6e7
3 changed files with 5 additions and 6 deletions

View File

@@ -137,10 +137,6 @@ func (index *SpecIndex) BuildIndex() {
index.built = true
}
func (index *SpecIndex) GetSpecAbsolutePath() string {
return index.specAbsolutePath
}
func (index *SpecIndex) GetLogger() *slog.Logger {
return index.logger
}