Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: TomFitzpatrick <[email protected]>
  • Loading branch information
Tom-Fitzpatrick committed Oct 2, 2023
1 parent 842d800 commit f2e8c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.junit.jupiter.api.Test
class VirtualNodeUpgradeRequestSchemaCompatibilityTest {

@Test
fun `VirtualNodeUPgradeRequest schema changes between Corda 5_0 and 5_1 are compatible`() {
fun `VirtualNodeUpgradeRequest schema changes between Corda 5_0 and 5_1 are compatible`() {
val schemaV50Json = """
{
"type": "record",
Expand Down

0 comments on commit f2e8c8a

Please sign in to comment.