address PR comments

This commit is contained in:
Jakub Zimny
2025-01-22 08:39:55 +01:00
parent 98e3583c6f
commit 7f279c688c
2 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ func (s MockState) Get(eid string) (EntityState, error) {
}
return s.GetReturn, nil
}
func (s MockState) List() ([]EntityState, error) {
func (s MockState) ListEntities() ([]EntityState, error) {
return []EntityState{}, nil
}
func (s MockState) Equals(eid, state string) (bool, error) {