Skip to content

Commit

Permalink
Bump h2 to 2.2.224; fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
palves-ulht committed Feb 8, 2025
1 parent 93449b8 commit c207f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.2.224</version>
<scope>runtime</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class AssignmentControllerTests {
"UPLOAD", sampleJavaAssignmentRepo
)
assertEquals("dummyAssignment1", createdAssignment.id)
assertEquals("f3c3cf4f18decadba6b7ae35d740eb8b6a277b89", createdAssignment.gitCurrentHash)
assertEquals("88e3327370242da0c3ae99e6bfdd5ac22148e213", createdAssignment.gitCurrentHash)

val result = this.mvc.perform(get("/assignment/info/dummyAssignment1"))
.andExpect(status().isOk)
Expand Down

0 comments on commit c207f3e

Please sign in to comment.