Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 9, 2024
1 parent a9564f6 commit 78e463b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion go/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Go compilation files
lib.h
*.pb.go

reports
3 changes: 2 additions & 1 deletion go/tests/glide_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import (
"testing"
)

func TestNothing(t *testing.T) {
// TODO: Replace this test with real tests when glide client implementation is started
func TestArbitraryLogic(t *testing.T) {
someVar := true
if !someVar {
t.Fatalf("Expected someVar to be true, but was false.")
Expand Down

0 comments on commit 78e463b

Please sign in to comment.