Skip to content

Commit fa0374a

Browse files
committed
Fix tech type in spec
1 parent b5f743e commit fa0374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/projects_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
expect(project.country).to eq country
2626
end
2727

28-
type = 'dac'
28+
type = 'biogas'
2929
projects = Patch::Project.retrieve_projects(type: type)
3030
projects.data.map do |project|
3131
expect(project.type).to eq type

0 commit comments

Comments
 (0)