Skip to content

Commit

Permalink
removing filehash and filename from acceptance test, because they are…
Browse files Browse the repository at this point in the history
… not actually needed
  • Loading branch information
thecoolestguy committed Aug 5, 2015
1 parent c803c3d commit 92882b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/acceptance/course/learningmaterials-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ module('Acceptance: Course - Learning Materials', {
userRole: 1,
copyrightPermission: true,
courseLearningMaterials: [1],
fileHash: '01234567890123456789012345678901',
filename: 'testing.txt'
}));
fixtures.learningMaterials.pushObject(server.create('learningMaterial',{
originalAuthor: 'Jennifer Johnson',
Expand All @@ -52,8 +50,6 @@ module('Acceptance: Course - Learning Materials', {
copyrightPermission: false,
copyrightRationale: 'reason is thus',
courseLearningMaterials: [2],
fileHash: '01234567890123456789012345678901',
filename: 'testing.txt'
}));
fixtures.learningMaterials.pushObject(server.create('learningMaterial',{
originalAuthor: 'Hunter Pence',
Expand Down

0 comments on commit 92882b3

Please sign in to comment.