From c812fa652a683764db3739f491c950b690cecfde Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 7 Nov 2024 10:59:57 -0300 Subject: src/fiinha.go: Reorder execSerialized() to after inTx() --- tests/fiinha.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests') 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()") -- cgit v1.2.3