Skip to content

Commit 8bf045f

Browse files
committed
Failed unit test fixed.
1 parent 953a385 commit 8bf045f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/filters/elasticsearch_esql_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
it "sets all query results into event" do
133133
expected_result = [
134-
{"id"=>"foo", "val"=>"bar", "odd"=>nil},
134+
{"id"=>"foo", "val"=>"bar"},
135135
{"id"=>"hello", "val"=>"again", "odd"=>"world"},
136136
{"id"=>"another", "val"=>"value", "odd"=>"here"}
137137
]

0 commit comments

Comments
 (0)