Skip to content

Commit

Permalink
Don't need namespace here
Browse files Browse the repository at this point in the history
This was probably leftover from my local monkeypatch.
  • Loading branch information
ibrahima committed Jul 4, 2024
1 parent f24136d commit e821a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ferrum/contexts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def default_context
def create_default_context
default_context_id = compute_default_context_id
# Targets created in this context will not be created with a browserContextId
@contexts[default_context_id] = ::Ferrum::Context.new(@client, self, nil)
@contexts[default_context_id] = Context.new(@client, self, nil)
end

# Compute the default context ID by looking for contexts not returned by Target.getBrowserContexts
Expand Down

0 comments on commit e821a08

Please sign in to comment.