diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2019-06-02 06:22:07 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2019-06-02 07:09:59 +0000 |
commit | 86384ea88968f38e79728fbe584a7de518acfed0 (patch) | |
tree | ed3b9928e1572b152f316322d96debb799cf84fa /guides/rails_guides | |
parent | 22274d320e36a4750fd83b096fb3a490c96559d6 (diff) | |
download | rails-86384ea88968f38e79728fbe584a7de518acfed0.tar.gz rails-86384ea88968f38e79728fbe584a7de518acfed0.tar.bz2 rails-86384ea88968f38e79728fbe584a7de518acfed0.zip |
Address test_pluck_columns_with_same_name failure due to nondeterministic sort order
```ruby
$ bundle exec rake test_postgresql
... snip ...
Failure:
CalculationsTest#test_pluck_columns_with_same_name [/home/yahonda/git/rails/activerecord/test/cases/calculations_test.rb:842]:
--- expected
+++ actual
@@ -1 +1 @@
-[["The First Topic", "The Second Topic of the day"], ["The Third Topic of the day", "The Fourth Topic of the day"]]
+[["The Third Topic of the day", "The Fourth Topic of the day"], ["The First Topic", "The Second Topic of the day"]]
```
Diffstat (limited to 'guides/rails_guides')
0 files changed, 0 insertions, 0 deletions