mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-28 01:53:25 +00:00
Adding another trivial sort to a test
This commit is contained in:
@@ -221,7 +221,7 @@ describe Spree::Admin::ReportsController do
|
||||
|
||||
it "builds suppliers for the current user" do
|
||||
spree_get :customers
|
||||
assigns(:suppliers).should == [s1, s2, s3]
|
||||
assigns(:suppliers).sort.should == [s1, s2, s3].sort
|
||||
end
|
||||
|
||||
it "builds order cycles for the current user" do
|
||||
|
||||
Reference in New Issue
Block a user