Skip to content

Commit a64329b

Browse files
committed
fix tests
1 parent 6d630b0 commit a64329b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

__tests__/actions/__snapshots__/smp.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports[`smp.deleteSubmissionDone 1`] = `
44
Object {
5-
"payload": Promise {},
65
"type": "SMP/DELETE_SUBMISSION_DONE",
76
}
87
`;

config/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
API: {
33
V2: 'https://api.topcoder-dev.com/v2',
44
V3: 'https://api.topcoder-dev.com/v3',
5+
V5: 'https://api.topcoder-dev.com/v5',
56
},
67
dummyConfigKey: 'Dummy config value',
78
};

0 commit comments

Comments
 (0)