Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Wow! Cool! But for some reason it does not work when checking. ) Maybe you need to import something? )))))))))
Yes, Chrono79, you are right) I corrected the code and everything worked)
Thank you, Chrono79, I will look again closely)
Read that again, both tests are ok.
Unfortunately, kata does not work correctly:
@Test
public void test5() {
assertEquals(0, Kata.TripleDouble(451999277L, 411777228L));
}
I corrected to 0 to 1.
@Test
public void test5() {
assertEquals(1, Kata.TripleDouble(451999277L, 411777228L));
}
After that, the tests worked successfully.
But by clicking "ATTEMPT" an error test 6 appeared and I can not control it.