1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-1077: Refactor integration tests

This commit is contained in:
Sergey 2023-04-25 18:17:59 +02:00 committed by Mikhail Iudin
parent 5695dde30b
commit 5de0329d5b
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
8 changed files with 468 additions and 397 deletions

7
tests/migration_test.go Normal file
View file

@ -0,0 +1,7 @@
package tests
func (s *testSuite) TestMigration() {
// oldClient, err := newClient("31017")
// s.Require().NoError(err)
}