Skip to content

Commit 9817037

Browse files
chore(internal): misc small improvements (#122)
1 parent 432e28e commit 9817037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/finch_api/internal/type/base_model_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ module E4
154154

155155
def test_coerce
156156
cases = {
157-
# rubocop:disable Style/BooleanSymbol
157+
# rubocop:disable Lint/BooleanSymbol
158158
[E1, true] => [{yes: 1}, true],
159159
[E1, false] => [{no: 1}, false],
160160
[E1, :true] => [{no: 1}, :true],
161-
# rubocop:enable Style/BooleanSymbol
161+
# rubocop:enable Lint/BooleanSymbol
162162

163163
[E2, 1] => [{yes: 1}, 1],
164164
[E2, 1.0] => [{yes: 1}, 1],

0 commit comments

Comments
 (0)