Ad
  • Custom User Avatar

    I have a test scenario in Java where it appears that both the a and b arrays are empty when I try to log a[0] or b[0], which is being caught by my check for null/empty, and then failing because the test is expecting the output to be true. Am I missing something here? All other tests are passing.