summaryrefslogtreecommitdiffstats
path: root/config-db/t/01-basics.t
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/t/01-basics.t')
-rw-r--r--config-db/t/01-basics.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-db/t/01-basics.t b/config-db/t/01-basics.t
index 903783c4..1fb7083b 100644
--- a/config-db/t/01-basics.t
+++ b/config-db/t/01-basics.t
@@ -13,9 +13,9 @@ ok(my $configDB = OpenSLX::ConfigDB->new, 'can create object');
isa_ok($configDB, 'OpenSLX::ConfigDB');
{
- # create a second object - should work and yield different objects
- ok(my $configDB2 = OpenSLX::ConfigDB->new, 'can create another object');
- cmp_ok($configDB, 'ne', $configDB2, 'should have two different objects now');
+ # create a second object - should work and yield different objects
+ ok(my $configDB2 = OpenSLX::ConfigDB->new, 'can create another object');
+ cmp_ok($configDB, 'ne', $configDB2, 'should have two different objects now');
}
ok($configDB->connect(), 'connecting');