Skip to content

Commit ec4b49b

Browse files
committed
chore: fix linter
1 parent 273720e commit ec4b49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/capybara/cuprite/cookie.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def session?
4040
end
4141

4242
def expires
43-
Time.at(@attributes["expires"]) if (@attributes["expires"]).positive?
43+
Time.at(@attributes["expires"]) if @attributes["expires"].positive?
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)