Skip to content

Commit

Permalink
Merge pull request #234 from CMPUT301W21T03/intent
Browse files Browse the repository at this point in the history
add comment to troublesome intent test
  • Loading branch information
giancarlopernudisegura authored Apr 9, 2021
2 parents e075050 + 8e6b995 commit 87094b1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ private void addBinomialTrial(boolean click) {
/**
* Testing US 01.08.01 here we're ignoring a trial and making sure the
* quartile sentence changes to meet that when the trial is ignored
*
* Known Issues:
* This test will sometimes fail due to the setup and teardown of the database in the test class
*/
@Test
public void testIntentIgnoringTrials() {
Expand Down

0 comments on commit 87094b1

Please sign in to comment.