Skip to content

Commit dfa85dc

Browse files
Abbas-khaliqsoftvar
authored andcommitted
fix(tests): update dependency and remove unwanted method args
1 parent b1d4abd commit dfa85dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/vwo/logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
require 'vwo'
15+
require 'logger'
1616

1717
class VWO
1818
class Logger

tests/test_vwo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def stub_and_raise(fn_name, raise_error)
3535

3636
class VWO
3737
class Logger
38-
def log(level, message, params, disable_logs = false)
38+
def log(level, message)
3939
# no-op
4040
end
4141
end

0 commit comments

Comments
 (0)