Skip to content

Commit 4deca60

Browse files
committed
Change to use verified school
1 parent 263457c commit 4deca60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/concepts/school_teacher/invite_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
RSpec.describe SchoolTeacher::Invite, type: :unit do
66
let(:token) { UserProfileMock::TOKEN }
7-
let(:school) { create(:school) }
7+
let(:school) { create(:verified_school) }
88
let(:teacher_id) { SecureRandom.uuid }
99

1010
let(:school_teacher_params) do

0 commit comments

Comments
 (0)