Skip to content

Commit d5eed56

Browse files
trebykarmi
authored andcommitted
[MODEL] Fixed incorrect indentation in integration test
✂️ Closes elastic#372
1 parent f493f56 commit d5eed56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-model/test/integration/active_record_basic_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class ::Article < ActiveRecord::Base
128128
assert_equal 1, response.records.size
129129
end
130130

131-
should "update specific attributes" do
131+
should "update specific attributes" do
132132
article = Article.first
133133

134134
response = Article.search 'title:special'

0 commit comments

Comments
 (0)