mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
Remove unnecessary comments
This commit is contained in:
parent
0a3267e499
commit
20594b902c
@ -97,11 +97,6 @@ func TestNewStore(t *testing.T) {
|
||||
func TestStore_Insert(t *testing.T) {
|
||||
store, _ := NewStore("sqlite", t.TempDir()+"/TestStore_Insert.db")
|
||||
defer store.db.Close()
|
||||
//store.Insert(&testService, &testSuccessfulResult)
|
||||
//
|
||||
//actual := store.GetServiceStatusByKey(testService.Key())
|
||||
//t.Fatal(actual)
|
||||
|
||||
store.Insert(&testService, &testSuccessfulResult)
|
||||
store.Insert(&testService, &testUnsuccessfulResult)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user