Skip to content

Commit

Permalink
RA| fixed incorrect json
Browse files Browse the repository at this point in the history
  • Loading branch information
raihan-mpower committed Oct 17, 2017
1 parent d247886 commit ba858c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified opensrp-immunization/jacoco.exec
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class ServiceTriggerTest extends BaseUnitTest {

public static final String stringdata1 = "{\"reference\": \"dob\",\"offset\": \"+0d\"}";
public static final String stringdata2 = "{\"reference\": \"multiple\",\"multiple\": {\"condition\": \"OR\",\"prerequisites\": [ \"Vit A IFC 2\", \"dob\"},\"offset\": \"+6m\" }";
public static final String stringdata2 = "{\"reference\": \"multiple\",\"multiple\": {\"condition\": \"OR\",\"prerequisites\": [ \"Vit A IFC 2\", \"dob\"]},\"offset\": \"+6m\" }";
public static final String stringdata3 = "{\"reference\": \"prerequisite\",\"prerequisite\": \"Vit A 2\",\"offset\": \"+6m\"}";

@Test
Expand Down

0 comments on commit ba858c4

Please sign in to comment.