deleting a material is rejected if it is referenced by a sample
This commit is contained in:
@ -2,7 +2,7 @@ import should from 'should/as-function';
|
||||
import SampleModel from '../models/sample';
|
||||
import NoteModel from '../models/note';
|
||||
import NoteFieldModel from '../models/note_field';
|
||||
import TestHelper from "../helpers/test";
|
||||
import TestHelper from "../test/helper";
|
||||
|
||||
|
||||
describe('/sample', () => {
|
||||
|
Reference in New Issue
Block a user