Skip to content

Commit

Permalink
Fixed test + Contrib readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jardayn committed Nov 1, 2022
1 parent d56e7c1 commit 57d4352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -34,7 +34,7 @@ The same goes for other technical requests, like missing features, or gaps in th

See [issues](/datafold/data-diff/issues/).

For questions, and non-technical discussions, see [discussions](/datafold/data-diff/discussions).
For questions, and non-technical discussions, see [discussions](https://github.com/datafold/data-diff/discussions).

### Contributing code

Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Expand Up @@ -37,7 +37,7 @@ def setUp(self) -> None:

src_table = table(table_src_name, schema={"id": int, "datetime": datetime, "text_comment": str})
self.conn.query(src_table.create())
self.now = now = arrow.get()
self.now = now = arrow.get(datetime.now())

rows = [
(now, "now"),
Expand Down

0 comments on commit 57d4352

Please sign in to comment.