Fix broken specs.
This commit is contained in:
parent
30ec87fcb5
commit
ac9c8ccf3b
|
@ -41,7 +41,7 @@ JS
|
|||
end
|
||||
|
||||
def self.reset_context
|
||||
@ctx.dispose
|
||||
@ctx&.dispose
|
||||
@ctx = nil
|
||||
end
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ module JsLocaleHelper
|
|||
end
|
||||
|
||||
def self.reset_context
|
||||
@ctx.dispose
|
||||
@ctx&.dispose
|
||||
@ctx = nil
|
||||
end
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ module PrettyText
|
|||
|
||||
def self.reset_context
|
||||
@ctx_init.synchronize do
|
||||
@ctx.dispose
|
||||
@ctx&.dispose
|
||||
@ctx = nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue