Skip to content

Commit 007e3fb

Browse files
Krista ChanKrista Chan
authored andcommitted
tests: update reportspectest
1 parent 5176f06 commit 007e3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/modernization-api/src/test/java/gov/cdc/nbs/report/models/ReportSpecTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void should_create_report_spec() {
1616
"nbs_custom",
1717
"nbs_rdb.investigation",
1818
"SELECT * FROM [NBS_ODSE].[dbo].[NBS_configuration]",
19-
11);
19+
11, null);
2020

2121
assertThat(reportSpec.isBuiltin()).isTrue();
2222
assertThat(reportSpec.isExport()).isTrue();

0 commit comments

Comments
 (0)