however when I go to submit I get the following in the output
test_caffeineBuzz(CaffeineBuzz_Test)
expected: but was:
Any ideas on what to do?
EDIT: I added assertEquals("mocha_missing",CaffeineBuzz.caffeineBuzz(13)); and assertEquals("mocha_missing",CaffeineBuzz.caffeineBuzz(67));
both tests return true
ok, thanks for the clarification
This comment is hidden because it contains spoiler information about the solution
I have the following test cases that all pass in java
assertEquals("mocha_missing",CaffeineBuzz.caffeineBuzz(1));
assertEquals("JavaScript",CaffeineBuzz.caffeineBuzz(6));
assertEquals("CoffeeScript",CaffeineBuzz.caffeineBuzz(12));
assertEquals("CoffeeScript",CaffeineBuzz.caffeineBuzz(-12));
however when I go to submit I get the following in the output
test_caffeineBuzz(CaffeineBuzz_Test)
expected: but was:
Any ideas on what to do?
EDIT: I added assertEquals("mocha_missing",CaffeineBuzz.caffeineBuzz(13)); and assertEquals("mocha_missing",CaffeineBuzz.caffeineBuzz(67));
both tests return true