You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
> git clone https://github.com/datanoise/mongo.cr
Cloning into 'mongo.cr'...
remote: Counting objects: 355, done.
remote: Total 355 (delta 0), reused 0 (delta 0), pack-reused 354
Receiving objects: 100% (355/355), 78.30 KiB | 0 bytes/s, done.
Resolving deltas: 100% (203/203), done.
Checking connectivity... done.
> crystal spec
FF......................................................................
Failures:
1) Mongo::Uri should be able to create new uri
Failure/Error: host.port.should eq(27017)
Expected: 27017
got: 0
# spec/uri_spec.cr:10
2) Mongo::Uri should be able to create new uri with host and port
Failure/Error: host.port.should eq(27017)
Expected: 27017
got: 0
# spec/uri_spec.cr:18
Finished in 590.46 milliseconds
72 examples, 2 failures, 0 errors, 0 pending
Failed examples:
crystal spec spec/uri_spec.cr:5 # Mongo::Uri should be able to create new uri
crystal spec spec/uri_spec.cr:13 # Mongo::Uri should be able to create new uri with host and port
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment: a Debian stretch up to date, with
libmongoc-dev
packageFrom mongo.cr master branch.
The text was updated successfully, but these errors were encountered: