Skip to content

Commit 64e7739

Browse files
committed
refactor: move sharingGroup.js one level up
1 parent 29e326e commit 64e7739

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

csaf_2_1/mandatoryTests/mandatoryTest_6_1_39.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Ajv from 'ajv/dist/jtd.js'
2-
import { MAX_UUID, NIL_UUID } from './sharingGroup.js'
2+
import { MAX_UUID, NIL_UUID } from '../sharingGroup.js'
33

44
const ajv = new Ajv()
55

csaf_2_1/mandatoryTests/mandatoryTest_6_1_40.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
NIL_UUID,
55
NO_SHARING_ALLOWED,
66
PUBLIC,
7-
} from './sharingGroup.js'
7+
} from '../sharingGroup.js'
88

99
const ajv = new Ajv()
1010

csaf_2_1/mandatoryTests/mandatoryTest_6_1_41.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
NIL_UUID,
55
NO_SHARING_ALLOWED,
66
PUBLIC,
7-
} from './sharingGroup.js'
7+
} from '../sharingGroup.js'
88

99
const ajv = new Ajv()
1010

csaf_2_1/mandatoryTests/mandatoryTests_6_1_38.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import Ajv from 'ajv/dist/jtd.js'
2-
3-
/**
4-
* The max uuid to check the sharing_group.id for.
5-
*/
6-
const MAX_UUID = 'ffffffff-ffff-ffff-ffff-ffffffffffff'
2+
import { MAX_UUID } from '../sharingGroup.js'
73

84
const ajv = new Ajv()
95

0 commit comments

Comments
 (0)