Skip to content

Commit d2d888b

Browse files
committed
One case generates "add_to_cart"
1 parent 9d23481 commit d2d888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/repository_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ func generateMutations(numEvents int) []*bigtable.Mutation {
824824
t := bigtable.Time(time.Now().Add(-time.Duration(i) * time.Minute))
825825
mut.Set("front", "u", t, []byte(fmt.Sprintf("https://www.example.com/products/%d", mod)))
826826
switch mod {
827-
case 1, 2:
827+
case 2:
828828
mut.Set("front", "e", t, []byte("12"))
829829
case 3:
830830
mut.Set("front", "e", t, []byte("13"))

0 commit comments

Comments
 (0)