Skip to content

Commit

Permalink
fix: test name not capitalised
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga committed Jul 8, 2022
1 parent c6a126b commit 87ef37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/postgres/lineage_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (r *LineageRepositoryTestSuite) TestGetGraph() {
})
}

func (r *LineageRepositoryTestSuite) testUpsert() {
func (r *LineageRepositoryTestSuite) TestUpsert() {
r.Run("should insert all as graph if upstreams and downstreams are new", func() {
nodeURN := "table-1"
node := asset.LineageNode{
Expand Down

0 comments on commit 87ef37e

Please sign in to comment.