Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 57d4352

Browse files
committed
Fixed test + Contrib readme improvements
1 parent d56e7c1 commit 57d4352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The same goes for other technical requests, like missing features, or gaps in th
3434

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

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

3939
### Contributing code
4040

tests/test_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def setUp(self) -> None:
3737

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

4242
rows = [
4343
(now, "now"),

0 commit comments

Comments
 (0)