Skip to content

Commit

Permalink
refactor/removed the apibuilder endpoints-fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed May 14, 2024
1 parent f13d082 commit e0ed3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obp-api/src/test/scala/code/util/ApiVersionUtilsTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class ApiVersionUtilsTest extends V400ServerSetup {
versions.map(version => ApiVersionUtils.valueOf(version.fullyQualifiedVersion))

//NOTE, when we added the new version, better fix this number manually. and also check the versions
versions.length shouldBe(25)
versions.length shouldBe(24)
}}
}

0 comments on commit e0ed3bf

Please sign in to comment.