Fix typo: `Assitant` -> `Assistant`
[ctf-testsuite.git] / tests / 1.8 / stress / metadata / pass / many-callsites / test.py
index 06be00b3616ed365db5922d92e3725c733eefcc8..bdf99fb4c3a935c3a9d48d8d4936a6db61c21c55 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python3
-from ctftestsuite.stress import MetadataTestAssitant
+from ctftestsuite.stress import MetadataTestAssistant
 
 
-class TestAssistant(MetadataTestAssitant):
+class TestAssistant(MetadataTestAssistant):
     what = '{size} callsites'
 
     def write_metadata(self, f):
This page took 0.027113 seconds and 4 git commands to generate.