ti8m-hic

Results 2 issues of ti8m-hic

assertEquals would need two have two parameters, not just one. // misnomer: assertEquals( (0+0) == 0 ) // should be: assertTrue( (0+0) == 0 ) // assertEquals I would expect...

I am trying to get this to run: ``` $ cat test/TestNeo4jDriver.rb # frozen_string_literal: true require 'test/unit' require 'neo4j_ruby_driver' class TestNeo4jDriver < Test::Unit::TestCase def test_00_mustPass actualValue = 0 expectedValue =...