Skip to content

Commit

Permalink
Fix Go Test
Browse files Browse the repository at this point in the history
Corrected erroneous expected result.
  • Loading branch information
coreyogburn committed Jun 20, 2024
1 parent 8d04d0c commit 4a30d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/custom_ruleset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestGetCustomRulesetsDefault(t *testing.T) {
{
Ruleset: "default",
License: "DRL",
File: "default.txt",
File: "default.rules",
},
},
},
Expand Down

0 comments on commit 4a30d06

Please sign in to comment.