mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 11:27:28 -06:00
[chore] Fix daenney being bad at sed (#4060)
Co-authored-by: Daenney <daenney@users.noreply.github.com> Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4060 Co-authored-by: Daenney <daenney@noreply.codeberg.org> Co-committed-by: Daenney <daenney@noreply.codeberg.org>
This commit is contained in:
parent
ab10266bff
commit
346962beb5
15 changed files with 222 additions and 222 deletions
|
|
@ -193,7 +193,7 @@ func (suite *StatusTestSuite) TestDeleteStatus() {
|
|||
// To run this test for postgres specifically, start a postgres container on localhost
|
||||
// and then run:
|
||||
//
|
||||
// GTS_DB_TYPE=postgres GTS_DB_ADDRESS=localhost go test ./internal/db/bundb -run '^TestStatusTestSuite$' -testify.m '^(TestUpdateStatus)$' github.com/superseriousbusiness/gotosocial/internal/db/bundb
|
||||
// GTS_DB_TYPE=postgres GTS_DB_ADDRESS=localhost go test ./internal/db/bundb -run '^TestStatusTestSuite$' -testify.m '^(TestUpdateStatus)$' code.superseriousbusiness.org/gotosocial/internal/db/bundb
|
||||
func (suite *StatusTestSuite) TestUpdateStatus() {
|
||||
// Take a copy of the status.
|
||||
targetStatus := >smodel.Status{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue