Skip to content

Commit

Permalink
add spec, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Oct 8, 2023
1 parent 656d267 commit c5cb371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jruby/neo4j/driver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Neo4j
module Driver
VERSION = '5.7.0.alpha.1'
VERSION = '5.13.0.alpha.1'
end
end
1 change: 1 addition & 0 deletions spec/neo4j/driver/types/node_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
it { is_expected.to eq subject }
it { is_expected.to eq updated }
it { is_expected.not_to eq other }
its(:element_id) { is_expected.to be_a(String) }
end

0 comments on commit c5cb371

Please sign in to comment.