Skip to content

Commit

Permalink
add bom csv fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nszoni committed Feb 15, 2024
1 parent 008a02d commit 5c190ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ repos:
- id: check-merge-conflict
- id: no-commit-to-branch
- id: fix-byte-order-marker
exclude: ^tests/functional/adapter/data/seed_bom.csv
- id: mixed-line-ending
- id: check-docstring-first
- repo: 'https://github.com/adrienverge/yamllint'
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/adapter/data/seed_bom.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
seed_id,first_name,email,ip_address,birthday
seed_id,first_name,email,ip_address,birthday
1,Larry,[email protected],69.135.206.194,2008-09-12 19:08:31
2,Larry,[email protected],64.210.133.162,1978-05-09 04:15:14
3,Anna,[email protected],168.104.64.114,2011-10-16 04:07:57
Expand Down

0 comments on commit 5c190ff

Please sign in to comment.