Skip to content

Commit

Permalink
Fixed incorrect import of collection request
Browse files Browse the repository at this point in the history
  • Loading branch information
VShingala committed Jul 9, 2024
1 parent fd0e2f1 commit 6053cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegens/dart-dio/test/unit/convert.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var convert = require('../../index').convert,
expect = require('chai').expect,
sdk = require('postman-collection');
{ Request } = require('postman-collection/lib/collection/request');

// Disable check with expected snippets as we now have proper newman tests
describe('Dart Converter', function () {
Expand Down

0 comments on commit 6053cbf

Please sign in to comment.