summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOliver Gasser <oliver@flowriver.net>2013-12-17 23:46:36 +0100
committerOliver Gasser <oliver@flowriver.net>2013-12-17 23:46:36 +0100
commitcb9e87ecedc1b4e61c4d8967cfaa39b22137666f (patch)
tree5cc3c1450caf5fa129f8e76df711938aa558788c /tests
parent5fcbe5350c88d5949fd7fd0fdb654707d9e42d5f (diff)
downloadnextcloud-server-cb9e87ecedc1b4e61c4d8967cfaa39b22137666f.tar.gz
nextcloud-server-cb9e87ecedc1b4e61c4d8967cfaa39b22137666f.zip
Typo fixed
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/db/testschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/db/testschema.xml b/tests/lib/db/testschema.xml
index 9de804b9290..dfca920a0ef 100644
--- a/tests/lib/db/testschema.xml
+++ b/tests/lib/db/testschema.xml
@@ -55,7 +55,7 @@
</field>
<field>
<name>decimalfield_precision_scale</name>
- <type>decimal</decimal>
+ <type>decimal</type>
<precision>12</precision>
<scale>2</scale>
</field>