1 parent 2ecbeaa commit 2fa783aCopy full SHA for 2fa783a
1 file changed
internal/pkg/roadclosures/insert_test.go
@@ -23,10 +23,10 @@ func TestInsert_NilGeometryRejected(t *testing.T) {
23
24
err := d.WithTx(ctx, func(tx *db.Queries) error {
25
return roadclosures.Insert(ctx, tx, roadclosures.ClosureInsert{
26
- SourceID: "no-geom",
27
- InsertedBy: "test",
28
- Type: "closed_way",
29
- Title: "no geometry",
+ SourceID: "no-geom",
+ InsertedBy: "test",
+ Type: "closed_way",
+ Title: "no geometry",
30
Attribution: attribute.Attribution{Author: "x", Source: "y"},
31
}, now)
32
})
0 commit comments