Skip to content

Commit 0aafbde

Browse files
committed
Update see more url
1 parent 5bdfa62 commit 0aafbde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/database/migrations/migrate_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
256256
if len(emptyTables) > 0 {
257257
t.Logf("The following tables have zero rows, consider adding fixtures for them or create a full database dump:")
258258
t.Errorf("tables have zero rows: %v", emptyTables)
259-
// TODO(mafredri): Placeholder URL.
260-
t.Logf("See https://github.com/coder/coder/blob/main/migrations/README.md#creating-fixtures for more information")
259+
t.Logf("See https://github.com/coder/coder/blob/main/docs/CONTRIBUTING.md#database-fixtures-for-testing-migrations for more information")
261260
}
262261
})
263262

0 commit comments

Comments
 (0)