Style fixes

This commit is contained in:
Renan DelValle 2018-09-14 13:04:58 -07:00
parent d6860e4ca4
commit 7c7f0247fc
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 5 additions and 7 deletions

View file

@ -149,10 +149,8 @@ func TestRealisClient_CreateJob_Thermos(t *testing.T) {
assert.Equal(t, len(result.Configs), 1)
assert.NoError(t, err)
// Test asking the scheduler to perform a Snpshot
t.Run("TestRealisClient_Snapshot", func (t *testing.T) {
t.Run("TestRealisClient_Snapshot", func(t *testing.T) {
err := r.Snapshot()
assert.NoError(t, err)
})