dice-group / sask

Projectgroups Search and Extraction
GNU Affero General Public License v3.0
2 stars 10 forks source link

BugFix: Call to load resources was missed out #33

Closed guruprasads7 closed 6 years ago

guruprasads7 commented 6 years ago

isQueryFound() funtion is called first to determine if the Rivescripts have a solution or not. But since the resources were not loaded the response was always null.

prasanthhs commented 6 years ago

@guru5590 This is a classic issue which could've been avoided by Unit tests or functional tests.