Skip to content

Commit

Permalink
fix(tests): update dependency and remove unwanted method args
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbas-khaliq authored and softvar committed Apr 4, 2022
1 parent b1d4abd commit dfa85dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vwo/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require 'vwo'
require 'logger'

class VWO
class Logger
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vwo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def stub_and_raise(fn_name, raise_error)

class VWO
class Logger
def log(level, message, params, disable_logs = false)
def log(level, message)
# no-op
end
end
Expand Down

0 comments on commit dfa85dc

Please sign in to comment.