Merge pull request #437 from harshbansal7/fix_build
[Hot Fix] Fix Failing Linter
This commit is contained in:
commit
048cd08e41
1 changed files with 5 additions and 5 deletions
|
|
@ -80,11 +80,11 @@ func TestExtractFrontmatter(t *testing.T) {
|
||||||
sl := &SkillsLoader{}
|
sl := &SkillsLoader{}
|
||||||
|
|
||||||
testcases := []struct {
|
testcases := []struct {
|
||||||
name string
|
name string
|
||||||
content string
|
content string
|
||||||
expectedName string
|
expectedName string
|
||||||
expectedDesc string
|
expectedDesc string
|
||||||
lineEndingType string
|
lineEndingType string
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "unix-line-endings",
|
name: "unix-line-endings",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue