We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdfa62 commit 0aafbdeCopy full SHA for 0aafbde
coderd/database/migrations/migrate_test.go
@@ -256,8 +256,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
256
if len(emptyTables) > 0 {
257
t.Logf("The following tables have zero rows, consider adding fixtures for them or create a full database dump:")
258
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")
+ t.Logf("See https://github.com/coder/coder/blob/main/docs/CONTRIBUTING.md#database-fixtures-for-testing-migrations for more information")
261
}
262
})
263
0 commit comments