Skip to content

Commit 5473ee8

Browse files
committed
Moving the STEM activity code to start from 1000, as this should stop it colliding with tests where specific codes are used to match to smart connector values, this should hopefully stop flaky test issues
1 parent fe0d965 commit 5473ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/factories/activities.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sequence(:stem_course_template_no) { SecureRandom.uuid }
88
category { "face-to-face" }
99
provider { "stem-learning" }
10-
sequence(:stem_activity_code) { |n| "CP#{n}" }
10+
sequence(:stem_activity_code, 1000) { |n| "CP#{n}" }
1111
always_on { false }
1212
retired { false }
1313
self_verification_info { nil }

0 commit comments

Comments
 (0)