Skip to content

Commit 82e0103

Browse files
Fixed typo in test
1 parent 0204a22 commit 82e0103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/system/authorization_system_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
context "When logged in and creating a distribution" do
3838
before do
39-
create(:storage_location, organization: organization, name: "Test Storage Location")
40-
storage_location = create(:partner, organization: organization, name: "Test Partner")
39+
create(:partner, organization: organization, name: "Test Partner")
40+
storage_location = create(:storage_location, organization: organization, name: "Test Storage Location")
4141
setup_storage_location(storage_location)
4242
end
4343
it "should redirect back and show a helpful message" do

0 commit comments

Comments
 (0)