Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
index 37f6cff62b5..dff439e5f9a 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
+++ b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
@@ -515,9 +515,9 @@ attributeType "Test Frequency" extends EnumeratedAttribute {
oseeEnumType "enum.req.test.frequency" {
guid "AS7K6KiFKy3Fb5j3xlwA"
- entry "Zero"
+ entry "One Time"
entryGuid "AS7P7QAx8CQb1qp8BqwA"
- entry "One"
+ entry "Reoccurring"
entryGuid "AS7RJUFz2EPIYq+sQvwA"
}

Back to the top