diff options
| author | EuAndreh <eu@euandre.org> | 2024-11-07 10:59:57 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-11-07 10:59:57 -0300 |
| commit | c812fa652a683764db3739f491c950b690cecfde (patch) | |
| tree | 889e4f8cc29d85416e0129981b31b2b3766a9e5b /tests | |
| parent | Rename "q" -> "fiinha" (diff) | |
| download | fiinha-c812fa652a683764db3739f491c950b690cecfde.tar.gz fiinha-c812fa652a683764db3739f491c950b690cecfde.tar.xz | |
src/fiinha.go: Reorder execSerialized() to after inTx()
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fiinha.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/fiinha.go b/tests/fiinha.go index a6ae315..7cafd41 100644 --- a/tests/fiinha.go +++ b/tests/fiinha.go @@ -33,14 +33,6 @@ func test_defaultPrefix() { }) } -func test_serialized() { - // FIXME -} - -func test_execSerialized() { - // FIXME -} - func test_tryRollback() { g.TestStart("tryRollback()") @@ -96,6 +88,14 @@ func test_inTx() { }) } +func test_serialized() { + // FIXME +} + +func test_execSerialized() { + // FIXME +} + func test_createTables() { g.TestStart("createTables()") |
