We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ea475 commit 6e5d01eCopy full SHA for 6e5d01e
1 file changed
test/src/tests.js
@@ -127,11 +127,11 @@ describe('Rokt Forwarder', () => {
127
128
return {
129
selectPlacements: function () {},
130
- hashAttributes: function () {
131
- throw new Error('hashAttributes not implemented');
+ hashAttributes: function () {
+ throw new Error('hashAttributes not implemented');
132
},
133
- use: function () {
134
- throw new Error('use not implemented');
+ use: function () {
+ throw new Error('use not implemented');
135
136
};
137
0 commit comments