aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-07 10:59:57 -0300
committerEuAndreh <eu@euandre.org>2024-11-07 10:59:57 -0300
commitc812fa652a683764db3739f491c950b690cecfde (patch)
tree889e4f8cc29d85416e0129981b31b2b3766a9e5b /tests
parentRename "q" -> "fiinha" (diff)
downloadfiinha-c812fa652a683764db3739f491c950b690cecfde.tar.gz
fiinha-c812fa652a683764db3739f491c950b690cecfde.tar.xz
src/fiinha.go: Reorder execSerialized() to after inTx()
Diffstat (limited to 'tests')
-rw-r--r--tests/fiinha.go16
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()")