Skip to content

Commit

Permalink
get back missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Jan 24, 2025
1 parent 5c85fb9 commit 0720e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/tests/stores.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func NewMockStores(t interface {
RepoFile: mockdb.NewMockRepoFileStore(t),
Event: mockdb.NewMockEventStore(t),
TagRule: mockdb.NewMockTagRuleStore(t),
ViewerStore: mockdb.NewMockDataviewerStore(t),
Broadcast: mockdb.NewMockBroadcastStore(t),
}
}
Expand Down

0 comments on commit 0720e21

Please sign in to comment.