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

Commit 2a78561

Browse files
Attsun1031dlawin
authored andcommitted
black
1 parent fbaeef1 commit 2a78561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_basic(self):
4242
assert res["threads1"] == 11
4343
assert res["threads2"] == 22
4444
assert res["key_columns"] == ("id",)
45-
assert res["columns"] == ("name","age")
45+
assert res["columns"] == ("name", "age")
4646

4747
res = apply_config_from_string(config, "pg_pg", {"update_column": "foo", "table2": "bar"})
4848
assert res["update_column"] == "foo"

0 commit comments

Comments
 (0)