Skip to content

Commit

Permalink
Add server testcases for store/flow_store.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar authored Nov 18, 2024
1 parent a31e59c commit 21a44e8
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 0 deletions.
1 change: 1 addition & 0 deletions calendar/store/flow_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (s *pluginStore) GetCurrentStep(userID string) (int, error) {

return user.WelcomeFlowStatus.Step, nil
}

func (s *pluginStore) SetCurrentStep(userID string, step int) error {
user, err := s.LoadUser(userID)
if err != nil {
Expand Down
Loading

0 comments on commit 21a44e8

Please sign in to comment.