Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Fix incorrect import path in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stein Fletcher committed Sep 16, 2019
1 parent aaf0b86 commit 7003610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package conf

import (
"aws-secrets-manager-config/mocks"
"errors"
"github.com/JSainsburyPLC/aws-secrets-manager-config/mocks"
"os"
"testing"

Expand Down

0 comments on commit 7003610

Please sign in to comment.