mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Fixing a syntax error
This commit is contained in:
@@ -32,7 +32,7 @@ describe OrderCycle do
|
||||
|
||||
it "gives me the outgoing exchange" do
|
||||
d = create(:distributor_enterprise)
|
||||
oc = create(:simple_order_cycle), distributors: [d])
|
||||
oc = create(:simple_order_cycle, distributors: [d])
|
||||
|
||||
oc.sender.should == d
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user