Skip to content

Commit

Permalink
updating new values
Browse files Browse the repository at this point in the history
updating new values
  • Loading branch information
danimaniarqsoft committed May 10, 2017
1 parent ba96f46 commit d8e7bdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void insertPractice() throws Exception {

// ElementGroup
practice.setBriefDescription("Practice Brief Descrition");
practice.setDescription("Practice Description");
practice.setDescription("Practice DescriptionSSSS");
practice.setIcon(new SEGraphicalElement());
practice.setMergeResolution(Arrays.asList(new SEMergeResolution()));
practice.setName("Name of the Practice");
Expand Down

0 comments on commit d8e7bdc

Please sign in to comment.