Skip to content

Commit e537656

Browse files
committed
Enabled tests for NC 1099-Gs
1 parent 1cbe67d commit e537656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/submission_builder/state_return_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
end
124124
end
125125

126-
states_requiring_1099gs = StateFile::StateInformationService.active_state_codes.excluding("id", "md", "nc", "nj")
126+
states_requiring_1099gs = StateFile::StateInformationService.active_state_codes.excluding("id", "md", "nj")
127127
states_requiring_1099gs.each do |state_code|
128128
describe "#form1099gs", required_schema: state_code do
129129
context "#{state_code}: when there are 1099gs present" do

0 commit comments

Comments
 (0)