Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 23, 2024
1 parent 226ae32 commit f33a1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/repository/testworkflow/mongo_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ func TestNewMongoRepository_GetExecutions_Actor_Integration(t *testing.T) {
}

assert.Len(t, res, 2)
assert.Equal(t, "test-name-1", res)

actorName := "user-1"
res, err = repo.GetExecutions(ctx, NewExecutionsFilter().WithActorName(actorName))
Expand Down

0 comments on commit f33a1a8

Please sign in to comment.