diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 09:42:51 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 09:42:51 -0600 |
| commit | 85766e00f7283f5c6fcb738802703fc28f7b5e70 (patch) | |
| tree | ec4c43c690c4c9b4e9b0b91d32d1c63fd9a4c3a7 /spec | |
| parent | 1b84732cfd3f231cb3ff0003f4caff2e91a19ba6 (diff) | |
test: add a test the reproduces the defect
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/go/modules_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/go/modules_spec.rb b/spec/integration/go/modules_spec.rb index 6486096..2048bdb 100644 --- a/spec/integration/go/modules_spec.rb +++ b/spec/integration/go/modules_spec.rb @@ -15,7 +15,7 @@ RSpec.describe "modules" do include_examples "each report version", "go", "modules" - ['1.11', '1.12', '1.13', '1.14', '1.15'].each do |version| + ['1.11', '1.12', '1.13', '1.14', '1.15', '1.15.1'].each do |version| context "when scanning a go.mod and go.sum files with v#{version}" do before do runner.add_file('main.go', fixture_file_content('go/main.go')) |
