Skip to content

Commit

Permalink
Reduce precision of timestamp in fixture for stg_locations unit test (#…
Browse files Browse the repository at this point in the history
…16)

Co-authored-by: Winnie Winship <[email protected]>
  • Loading branch information
gwenwindflower and Winnie Winship authored Mar 18, 2024
1 parent 67b108b commit ac611f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/stg_locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unit_tests:
id: 2,
name: "San Andreas",
tax_rate: 0.1,
opened_at: "2079-10-27T23:59:59.999999999",
opened_at: "2079-10-27T23:59:59.9999",
}
expect:
rows:
Expand Down

0 comments on commit ac611f0

Please sign in to comment.