Skip to content

Commit 4fe5d23

Browse files
committed
reorg tests
1 parent 21f0058 commit 4fe5d23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ MANIFEST This list of files
55
README.md
66
t/00-compile.t
77
t/00-report-prereqs.t
8+
t/01-corpus.json
89
t/01-execute.t
910
t/01-schema.t
11+
t/03-corpus.json
1012
t/03-schema.t
1113
t/04-schema.t
12-
t/01-corpus.json
13-
t/petstore-expanded.json
1414
t/swagger.json
1515
xt/manifest.t
1616
xt/pod.t
File renamed without changes.

t/03-schema.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use_ok 'GraphQL::Plugin::Convert::OpenAPI';
55

66
my $expected = join '', <DATA>;
77
my $converted = GraphQL::Plugin::Convert::OpenAPI->to_graphql(
8-
't/petstore-expanded.json'
8+
't/03-corpus.json'
99
);
1010
my $got = $converted->{schema}->to_doc;
1111
#open my $fh, '>', 'tf'; print $fh $got; # uncomment to regenerate

0 commit comments

Comments
 (0)