Skip to content

Commit 0d6435a

Browse files
committed
Fixed Standard error
1 parent c2c3d6e commit 0d6435a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/filter_group_validator_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
let(:query_hash) do
4949
{
5050
filter: {
51-
first_name: {},
51+
first_name: {}
5252
}
5353
}
5454
end
@@ -71,7 +71,7 @@
7171
end
7272

7373
it "works" do
74-
expect(subject).to be false
74+
expect(subject).to be true
7575
end
7676
end
7777
end

0 commit comments

Comments
 (0)