Skip to content

Commit

Permalink
update unit test for pr
Browse files Browse the repository at this point in the history
Signed-off-by: bfindlay <bfindlay@acm.org>
  • Loading branch information
Bfindlay committed Nov 14, 2023
1 parent 7744f3a commit 895340c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void deserialize_validFieldsIncluded_RequestIsBuilt() throws JsonProcessi

assertEquals(putTemplateRequest.name(), "test");
assertEquals(putTemplateRequest.indexPatterns(), List.of("*"));
assertEquals((long) putTemplateRequest.order(), 1L);
assertEquals((int) putTemplateRequest.order(), 1);
assertEquals(putTemplateRequest.create(), true);
}
}

0 comments on commit 895340c

Please sign in to comment.