mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-02 06:51:40 +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