Skip to content

Commit

Permalink
Merge pull request #27 from starkbank/update/ecdsa
Browse files Browse the repository at this point in the history
Update java sdk library version to 2.8.1
  • Loading branch information
cdottori-stark authored Nov 5, 2021
2 parents da1a8e8 + 3293c92 commit cf14358
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]
### Changed
- java sdk version to 2.8.1

## [2.5.0] - 2021-08-20
### Added
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
:license {:name "MIT"
:url "https://opensource.org/licenses/MIT"}
:dependencies [
[com.starkbank/sdk "2.8.0"]
[com.starkbank/sdk "2.8.1"]
[org.clojure/clojure "1.10.1"]]
:repl-options {:init-ns starkbank.core})
2 changes: 1 addition & 1 deletion test/starkbank/institution_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
(deftest query-and-get-institutions
(testing "query institutions"
(user/set-test-project)
(is (= 1 (count (institution/query {:search "stark"}))))
(is (= 2 (count (institution/query {:search "stark"}))))
(is (= 1 (count (institution/query {:spi-codes (into-array String ["20018183"])}))))
(is (= 1 (count (institution/query {:str-codes (into-array String ["341"])}))))))

0 comments on commit cf14358

Please sign in to comment.