Skip to content

Commit

Permalink
[#3940] Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Nov 29, 2022
1 parent 52b0da7 commit efff939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAE/test/org/akvo/flow/xml/FlowXmlObjectWriterTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void testSerialiseMinimalForm() throws IOException {
q3.setType(Question.Type.GEOSHAPE);
q3.setMandatoryFlag(false);
q3.setPersonalData(true);
q3.setAnswerStats(false);
q3.setAnswerStats(true);
qm.put(3, q3);

int questionCount = qm.size();
Expand Down

0 comments on commit efff939

Please sign in to comment.