removed another bunch of references to geni
[sfa.git] / tests / testRecord.py
index 8370f08..081a9bf 100755 (executable)
@@ -9,7 +9,7 @@ class TestRecord(unittest.TestCase):
         pass
 
     def testCreate(self):
-        r = GeniRecord()
+        r = SfaRecord()
 
 if __name__ == "__main__":
     unittest.main()