Skip to content

Commit d36b9e9

Browse files
committed
Second case of keywords including the gender tag now
1 parent 58c9e96 commit d36b9e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/fa_parsing_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
sub_id = "16437648"
498498
sub = @fa.submission(sub_id)
499499
expect(sub[:keywords]).to be_instance_of Array
500-
expect(sub[:keywords]).to eql(%w[keyword1 keyword2 keyword3])
500+
expect(sub[:keywords]).to eql(%w[keyword1 keyword2 keyword3 male])
501501
end
502502

503503
it "has identical description and description_body" do

0 commit comments

Comments
 (0)