GoToSocial/internal/trans
tobi 0245c606d7
[chore] Test fixes (#788)
* use 'test' value for testrig storage backend

* update test dependency

* add WaitFor func in testrig

* use WaitFor function instead of time.Sleep

* tidy up tests

* make SentMessages a sync.map

* go fmt
2022-08-31 17:31:21 +02:00
..
model [bugfix] Fix loss of account info on export/import, add tests (#759) 2022-08-22 11:21:36 +02:00
decoders.go
encoders.go
export.go
exporter.go
exportminimal_test.go
exportminimal.go
import_test.go [bugfix] Fix loss of account info on export/import, add tests (#759) 2022-08-22 11:21:36 +02:00
import.go
importer.go
trans_test.go [chore] Test fixes (#788) 2022-08-31 17:31:21 +02:00
util.go