Skip to content

Commit

Permalink
Temp: Add dummy test to fix codeclimate reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Sep 27, 2022
1 parent ee36696 commit 5bb771c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dummy_test.go
@@ -0,0 +1,7 @@
package main

import "testing"

func TestDummy(t *testing.T) {
t.Log("dummy test to fix codeclimate reporting")
}

0 comments on commit 5bb771c

Please sign in to comment.